git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b953c0d
)
fuse: initialize fc->release before calling it
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:55 +0000
(16:25 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:55 +0000
(16:25 +0200)
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:
a325f9b92273
("fuse: update fuse_conn_init() and separate out fuse_conn_kill()")
Cc: <stable@vger.kernel.org> #v2.6.31+
fs/fuse/inode.c
patch
|
blob
|
history
diff --cc
fs/fuse/inode.c
Simple merge