f2fs: switch init_inode_metadata() to passing parent and name separately
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Jan 2013 21:08:53 +0000 (16:08 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 8 Feb 2013 07:55:04 +0000 (02:55 -0500)
... sure, it's tempting to just pass dentry.  Except that we don't
_have_ anything resembling a real dentry on one of the paths to it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found