udf: merge the pieces inserting a new non-directory object into directory
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Sep 2014 13:34:14 +0000 (09:34 -0400)
committerJan Kara <jack@suse.cz>
Thu, 4 Sep 2014 19:37:40 +0000 (21:37 +0200)
commitd2be51cb34dc501791f3b8c01a99a3f2064bd8d1
tree2afdd0e564e3fe4c849f36a4c257e49cb1b2f98a
parent470cca56c366428d4d5785a0a5a291619c332c7f
udf: merge the pieces inserting a new non-directory object into directory

boilerplate code in udf_{create,mknod,symlink} taken to new helper

symlink case converted to unique id calculated by udf_new_inode() - no
point finding a new one.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/namei.c