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:
aeb4eb6
)
fuse: do not use uninitialized i_mode
author
Maxim Patlasov
<MPatlasov@parallels.com>
Mon, 28 Apr 2014 12:19:21 +0000
(14:19 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 28 Apr 2014 12:19:21 +0000
(14:19 +0200)
When inode is in I_NEW state, inode->i_mode is not initialized yet. Do not
use it before fuse_init_inode() is called.
Signed-off-by: Maxim Patlasov <MPatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/inode.c
patch
|
blob
|
history
diff --cc
fs/fuse/inode.c
Simple merge