aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-08-30 19:24:34 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-08-30 19:24:34 +0200
commitbbd99797973f2cebd905bf6469ce08b531ab258f (patch)
tree7df386d3b784415f11f242f162499bb23ee5f5de /fs/ncpfs
parentLinux 3.6-rc3 (diff)
downloadlinux-dev-bbd99797973f2cebd905bf6469ce08b531ab258f.tar.xz
linux-dev-bbd99797973f2cebd905bf6469ce08b531ab258f.zip
cuse: fix fuse_conn_kill()
fuse_conn_kill() removed fc->entry, called fuse_ctl_remove_conn() and fuse_bdi_destroy(). None of which is appropriate for cuse cleanup. The fuse_ctl_remove_conn() decrements the nlink on the control filesystem, which is totally bogus. The others are harmless but unnecessary. So move these out from fuse_conn_kill() to fuse_put_super() where they belong. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'fs/ncpfs')
0 files changed, 0 insertions, 0 deletions