diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-03-22 15:48:17 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-21 23:11:01 -0400 |
commit | 6d59e7f582ef1c1988542d0fc3b36d0087b757ce (patch) | |
tree | 2e6e2e7d42af8f89f7b87aeaf5261d4cfbd9b625 /fs/super.c | |
parent | 807501475fce0ebe68baedf87f202c3e4ee0d12c (diff) | |
download | linux-3.10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.gz linux-3.10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.bz2 linux-3.10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.zip |
[PATCH] move a bunch of declarations to fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c index 1f8f05ede43..4798350b2bc 100644 --- a/fs/super.c +++ b/fs/super.c @@ -39,6 +39,7 @@ #include <linux/mutex.h> #include <linux/file.h> #include <asm/uaccess.h> +#include "internal.h" LIST_HEAD(super_blocks); |