Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / fs / fuse / cuse.c
index 966ace8..28d0c7a 100644 (file)
@@ -415,7 +415,7 @@ err_unlock:
 err_region:
        unregister_chrdev_region(devt, 1);
 err:
-       fuse_conn_kill(fc);
+       fuse_abort_conn(fc);
        goto out;
 }