Removed generic mounting show options - wrapfs-4.13
authorRohit Kumar <rokkumar@cs.stonybrook.edu>
Mon, 15 Oct 2018 18:38:42 +0000 (14:38 -0400)
committerRohit Kumar <rokkumar@cs.stonybrook.edu>
Mon, 15 Oct 2018 18:38:42 +0000 (14:38 -0400)
fs/wrapfs/super.c

index a17fef986181e13eb179a6f401fe353045754e40..f835e2840207fcbc74853fae0da893d20d2858de 100644 (file)
@@ -161,7 +161,6 @@ const struct super_operations wrapfs_sops = {
        .remount_fs     = wrapfs_remount_fs,
        .evict_inode    = wrapfs_evict_inode,
        .umount_begin   = wrapfs_umount_begin,
-       .show_options   = generic_show_options,
        .alloc_inode    = wrapfs_alloc_inode,
        .destroy_inode  = wrapfs_destroy_inode,
        .drop_inode     = generic_delete_inode,