linux-uconsole/fs/fuse
Miklos Szeredi cc522c517a fuse: initialize fc->release before calling it
commit 0ad0b3255a upstream.

fc->release is called from fuse_conn_put() which was used in the error
cleanup before fc->release was initialized.

[Jeremiah Mahler <jmmahler@gmail.com>: assign fc->release after calling
fuse_conn_init(fc) instead of before.]

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Fixes: a325f9b922 ("fuse: update fuse_conn_init() and separate out fuse_conn_kill()")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-03 09:29:46 -07:00
..
control.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
cuse.c Merge branch 'akpm' (incoming from Andrew) 2013-05-07 20:49:51 -07:00
dev.c fuse: notify: don't move pages 2015-03-26 15:00:57 +01:00
dir.c fuse: readdir: check for slash in names 2013-09-26 17:18:30 -07:00
file.c fuse: fix fallocate vs. ftruncate race 2013-10-13 16:08:32 -07:00
fuse_i.h fuse: hotfix truncate_pagecache() issue 2013-09-26 17:18:30 -07:00
inode.c fuse: initialize fc->release before calling it 2015-08-03 09:29:46 -07:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00