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:
946e51f
)
lustre: switch ll_intent_file_open() to struct dentry *
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 8 May 2014 01:24:47 +0000
(21:24 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 3 Nov 2014 20:21:11 +0000
(15:21 -0500)
... because fake struct file is wrong.
ll_prep_inode() in there is an atrocity - despite passing a pointer to
inode by address, it actually only uses the value when that value is
non-NULL, as it will be here.
Oh, and ->d_parent of anything is never NULL.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found