]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
f2fs: init_dent_inode() should take qstr
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Jan 2013 21:01:21 +0000 (16:01 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 8 Feb 2013 07:55:03 +0000 (02:55 -0500)
commit53dc9a67769d0a9733adb5156adfc07edcbc1ea3
tree2ef179022f98e0818492b85c339978c51319d951
parent3a142ed962958d3063f648738a3384ab90017100
f2fs: init_dent_inode() should take qstr

for one thing, it doesn't (and shouldn't) use anything else from dentry;
for another, on some call chains the dentry is fake and should
be eliminated completely.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/node.c