aboutsummaryrefslogtreecommitdiff
path: root/fs/dquot.c
diff options
context:
space:
mode:
authorGravatar Adrian Bunk <bunk@stusta.de> 2005-11-07 00:59:35 -0800
committerGravatar Linus Torvalds <torvalds@g5.osdl.org> 2005-11-07 07:53:39 -0800
commitbe586bab8bfbf5d429bdfcb6136bdde89583c5c4 (patch)
tree3ff050d2e962b7bacec8b86685d6887717f06173 /fs/dquot.c
parent[PATCH] Only disallow _setting_ of function key string (diff)
downloadlinux-be586bab8bfbf5d429bdfcb6136bdde89583c5c4.tar.gz
linux-be586bab8bfbf5d429bdfcb6136bdde89583c5c4.tar.bz2
linux-be586bab8bfbf5d429bdfcb6136bdde89583c5c4.zip
[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/dquot.c')
-rw-r--r--fs/dquot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dquot.c b/fs/dquot.c
index ea7644227a65..afa06a893468 100644
--- a/fs/dquot.c
+++ b/fs/dquot.c
@@ -77,6 +77,7 @@
#include <linux/kmod.h>
#include <linux/namei.h>
#include <linux/buffer_head.h>
+#include <linux/quotaops.h>
#include <asm/uaccess.h>