aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_super.c')
-rw-r--r--fs/9p/vfs_super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c
index be74d020436e..c6122bf547df 100644
--- a/fs/9p/vfs_super.c
+++ b/fs/9p/vfs_super.c
@@ -257,7 +257,7 @@ static const struct super_operations v9fs_super_ops = {
257 .destroy_inode = v9fs_destroy_inode, 257 .destroy_inode = v9fs_destroy_inode,
258#endif 258#endif
259 .statfs = simple_statfs, 259 .statfs = simple_statfs,
260 .clear_inode = v9fs_clear_inode, 260 .evict_inode = v9fs_evict_inode,
261 .show_options = generic_show_options, 261 .show_options = generic_show_options,
262 .umount_begin = v9fs_umount_begin, 262 .umount_begin = v9fs_umount_begin,
263}; 263};
@@ -268,7 +268,7 @@ static const struct super_operations v9fs_super_ops_dotl = {
268 .destroy_inode = v9fs_destroy_inode, 268 .destroy_inode = v9fs_destroy_inode,
269#endif 269#endif
270 .statfs = v9fs_statfs, 270 .statfs = v9fs_statfs,
271 .clear_inode = v9fs_clear_inode, 271 .evict_inode = v9fs_evict_inode,
272 .show_options = generic_show_options, 272 .show_options = generic_show_options,
273 .umount_begin = v9fs_umount_begin, 273 .umount_begin = v9fs_umount_begin,
274}; 274};