]> Pileus Git - ~andy/linux/blobdiff - fs/fuse/cuse.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[~andy/linux] / fs / fuse / cuse.c
index 24da581cb52b32277d8ca17d5e05bf11ee93b5a7..b96a49b37d663e747d1caec30add48c84fdda14e 100644 (file)
@@ -473,7 +473,7 @@ err:
 static void cuse_fc_release(struct fuse_conn *fc)
 {
        struct cuse_conn *cc = fc_to_cc(fc);
-       kfree(cc);
+       kfree_rcu(cc, fc.rcu);
 }
 
 /**