[PATCH] ext4: Add explicit include of <linux/quota.h> into ext4_jbd2.h

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: LKML <linux-kernel@...>, Jan Kara <jack@...>
Date: Monday, June 2, 2008 - 1:11 pm

We need definitions from quota.h. So far we depended on fs.h on including
this file for us and this is going to change.

Signed-off-by: Jan Kara <jack@suse.cz>
---
 fs/ext4/ext4_jbd2.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/ext4/ext4_jbd2.h b/fs/ext4/ext4_jbd2.h
index 9255a7d..be2301c 100644
--- a/fs/ext4/ext4_jbd2.h
+++ b/fs/ext4/ext4_jbd2.h
@@ -17,6 +17,7 @@
 
 #include <linux/fs.h>
 #include <linux/jbd2.h>
+#include <linux/quota.h>
 #include "ext4.h"
 
 #define EXT4_JOURNAL(inode)	(EXT4_SB((inode)->i_sb)->s_journal)
-- 
1.5.2.4

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Cleanup quota header files, Jan Kara, (Mon Jun 2, 1:11 pm)
[PATCH] quota: Remove use of info_any_dirty(), Jan Kara, (Mon Jun 2, 1:11 pm)
Re: [PATCH] quota: Remove use of info_any_dirty(), Vegard Nossum, (Mon Jun 2, 1:41 pm)
[PATCH] ext4: Add explicit include of <linux/quota.h> ..., Jan Kara, (Mon Jun 2, 1:11 pm)