linux_dsm_epyc7002/fs/9p
Al Viro c2837de73e 9p: don't bother with unixmode2p9mode() for link() and symlink()
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>
2012-01-03 22:54:58 -05:00
..
acl.c switch posix_acl_equiv_mode() to umode_t * 2011-08-01 02:10:06 -04:00
acl.h switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
cache.c fs/9p: When doing inode lookup compare qid details and inode mode bits. 2011-07-23 09:32:48 -05:00
cache.h fs/9p: When doing inode lookup compare qid details and inode mode bits. 2011-07-23 09:32:48 -05:00
fid.c
fid.h
Kconfig
Makefile
v9fs_vfs.h fs/9p: Add OS dependent open flags in 9p protocol 2011-09-06 08:17:15 -05:00
v9fs.c fs/9p: Cleanup option parsing in 9p 2011-10-24 11:13:12 -05:00
v9fs.h fs/9p: Always ask new inode in create 2011-07-23 09:32:50 -05:00
vfs_addr.c
vfs_dentry.c
vfs_dir.c net/9p: Convert net/9p protocol dumps to tracepoints 2011-10-24 11:13:12 -05:00
vfs_file.c fs/9p: Use protocol-defined value for lock/getlock 'type' field. 2011-09-06 08:17:16 -05:00
vfs_inode_dotl.c switch ->mknod() to umode_t 2012-01-03 22:54:54 -05:00
vfs_inode.c 9p: don't bother with unixmode2p9mode() for link() and symlink() 2012-01-03 22:54:58 -05:00
vfs_super.c fs/9p: Don't update file type when updating file attributes 2011-09-06 08:17:14 -05:00
xattr_user.c
xattr.c
xattr.h