commit | 53dc9a67769d0a9733adb5156adfc07edcbc1ea3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 25 16:01:21 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 08 02:55:03 2013 -0500 |
tree | 2ef179022f98e0818492b85c339978c51319d951 | |
parent | 3a142ed962958d3063f648738a3384ab90017100 [diff] |
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>