diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-10-15 06:00:54 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-10-15 06:00:54 +0300 |
commit | 53fd88ab61948f711147204c1c5017c7301979e9 (patch) | |
tree | c2a73ac0810c8b99539e05ba8f60224042c46082 /include/linux/fs.h | |
parent | 73ecf5cf141a0c61775c10fdf3a6fc106f326f8c (diff) | |
download | linux-53fd88ab61948f711147204c1c5017c7301979e9.tar.xz |
make vfs_ustat() static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 339e73742e73..89323e03e648 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2169,7 +2169,6 @@ extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, extern int vfs_statfs(const struct path *, struct kstatfs *); extern int user_statfs(const char __user *, struct kstatfs *); extern int fd_statfs(int, struct kstatfs *); -extern int vfs_ustat(dev_t, struct kstatfs *); extern int freeze_super(struct super_block *super); extern int thaw_super(struct super_block *super); extern bool our_mnt(struct vfsmount *mnt); |