Loading fs/9p/vfs_super.c +2 −1 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ static void v9fs_kill_super(struct super_block *s) P9_DPRINTK(P9_DEBUG_VFS, " %p\n", s); if (s->s_root) v9fs_dentry_release(s->s_root); /* clunk root */ kill_anon_super(s); Loading Loading
fs/9p/vfs_super.c +2 −1 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ static void v9fs_kill_super(struct super_block *s) P9_DPRINTK(P9_DEBUG_VFS, " %p\n", s); if (s->s_root) v9fs_dentry_release(s->s_root); /* clunk root */ kill_anon_super(s); Loading