cuse: kill connection on initialization error
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 30 Aug 2012 17:24:35 +0000 (19:24 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 30 Aug 2012 17:24:35 +0000 (19:24 +0200)
commit8d39d801d64658d7d69e4754f287a71e9f9bbcb8
tree22550a9179212937352ab45763c41aa8119f18fc
parentbbd99797973f2cebd905bf6469ce08b531ab258f
cuse: kill connection on initialization error

Luca Risolia reported that a CUSE daemon will continue to run even if
initialization of the emulated device failes for some reason (e.g. the device
number is already registered by another driver).

This patch disconnects the fuse device on error, which will make the userspace
CUSE daemon exit, albeit without indication about what the problem was.

Reported-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/cuse.c