diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 03:59:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:39 -0500 |
commit | be586bab8bfbf5d429bdfcb6136bdde89583c5c4 (patch) | |
tree | 3ff050d2e962b7bacec8b86685d6887717f06173 /fs/quota.c | |
parent | e3f17f0f6e98f58edb13cb38810d93e6d4808e68 (diff) |
[PATCH] quota: small cleanups
- "extern inline" -> "static inline"
- every file should #include the headers containing the prototypes for
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/quota.c')
-rw-r--r-- | fs/quota.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/quota.c b/fs/quota.c index 1df7832b4e08..612e04db4b93 100644 --- a/fs/quota.c +++ b/fs/quota.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/security.h> | 15 | #include <linux/security.h> |
16 | #include <linux/syscalls.h> | 16 | #include <linux/syscalls.h> |
17 | #include <linux/buffer_head.h> | 17 | #include <linux/buffer_head.h> |
18 | #include <linux/quotaops.h> | ||
18 | 19 | ||
19 | /* Check validity of generic quotactl commands */ | 20 | /* Check validity of generic quotactl commands */ |
20 | static int generic_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) | 21 | static int generic_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) |