diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-23 02:13:53 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-22 00:31:16 +0200 |
commit | 35cf7ba0b46dc3582a01c3860b14bff122662aa3 (patch) | |
tree | 2b38e9333600f468f0c8371c657c02e3aa8ec43b /fs/quota | |
parent | fix prune_dcache()/umount() race (diff) | |
download | linux-35cf7ba0b46dc3582a01c3860b14bff122662aa3.tar.xz linux-35cf7ba0b46dc3582a01c3860b14bff122662aa3.zip |
Bury __put_super_and_need_restart()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/quota')
-rw-r--r-- | fs/quota/quota.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/quota/quota.c b/fs/quota/quota.c index 2196f8b07c1f..3ce1553ea7eb 100644 --- a/fs/quota/quota.c +++ b/fs/quota/quota.c @@ -18,6 +18,7 @@ #include <linux/quotaops.h> #include <linux/types.h> #include <linux/writeback.h> +#include "../internal.h" static int check_quotactl_permission(struct super_block *sb, int type, int cmd, qid_t id) |