]> git.baikalelectronics.ru Git - kernel.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)
commit1f1d57e73ca9e0093fe5b2a6aee1d4844213a757
tree2ef179022f98e0818492b85c339978c51319d951
parent140f4c8df5a2bbdb487e85b70ccdbb32438f929c
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