Loading fs/gfs2/ops_super.c +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ #include <linux/completion.h> #include <linux/buffer_head.h> #include <linux/statfs.h> #include <linux/vmalloc.h> #include <linux/seq_file.h> #include <linux/mount.h> #include <linux/kthread.h> Loading Loading @@ -135,7 +134,7 @@ static void gfs2_put_super(struct super_block *sb) /* At this point, we're through participating in the lockspace */ gfs2_sys_fs_del(sdp); vfree(sdp); kfree(sdp); } /** Loading Loading
fs/gfs2/ops_super.c +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ #include <linux/completion.h> #include <linux/buffer_head.h> #include <linux/statfs.h> #include <linux/vmalloc.h> #include <linux/seq_file.h> #include <linux/mount.h> #include <linux/kthread.h> Loading Loading @@ -135,7 +134,7 @@ static void gfs2_put_super(struct super_block *sb) /* At this point, we're through participating in the lockspace */ gfs2_sys_fs_del(sdp); vfree(sdp); kfree(sdp); } /** Loading