/openbmc/linux/fs/omfs/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/hfs/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/minix/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/sysv/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/affs/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | affs.h | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ufs/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/bfs/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/fat/ |
H A D | namei_msdos.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | namei_vfat.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/hpfs/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/hfsplus/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ |
H A D | bad_inode.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ramfs/ |
H A D | inode.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/nilfs2/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/jffs2/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/jfs/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ext2/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/reiserfs/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/udf/ |
H A D | namei.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | diff 4acdaf27ebe2034c342f3be57ef49aed1ad885ef Tue Jul 26 00:42:34 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> switch ->create() to umode_t
vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|