9p: don't bother with unixmode2p9mode() for link() and symlink()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2011 22:59:07 +0000 (18:59 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Jan 2012 03:54:58 +0000 (22:54 -0500)
Pass perm to v9fs_vfs_mkspecial() instead of passing mode;
calculate in caller when done for mknod(), use known value for link()
and symlink().  As the result, we avoid a bit of work *and* stop
mixing mode_t with P9_DMLINK.

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

No differences found