commit | 53fd88ab61948f711147204c1c5017c7301979e9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 14 23:00:54 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 14 23:00:54 2017 -0400 |
tree | c2a73ac0810c8b99539e05ba8f60224042c46082 | |
parent | 73ecf5cf141a0c61775c10fdf3a6fc106f326f8c [diff] [blame] |
make vfs_ustat() static Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/statfs.c b/fs/statfs.c index fab9b6a..6327edf 100644 --- a/fs/statfs.c +++ b/fs/statfs.c
@@ -216,7 +216,7 @@ SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user return error; } -int vfs_ustat(dev_t dev, struct kstatfs *sbuf) +static int vfs_ustat(dev_t dev, struct kstatfs *sbuf) { struct super_block *s = user_get_super(dev); int err;