1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
linux/fs
Al Viro d3fb612076 switch posix_acl_create() to umode_t *
so we can pass &inode->i_mode to it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-08-01 02:09:42 -04:00
..
9p switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
adfs
affs
afs
autofs4
befs
bfs
btrfs switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
cachefiles
ceph Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2011-07-26 13:38:50 -07:00
cifs Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 2011-07-26 11:11:28 -07:00
coda
configfs
cramfs
debugfs
devpts
dlm Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux 2011-07-25 22:49:19 -07:00
ecryptfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-07-25 13:56:39 -07:00
efs
exofs
exportfs
ext2 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
ext3 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
ext4 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
fat
freevxfs
fscache
fuse Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux 2011-07-25 22:49:19 -07:00
gfs2 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
hfs
hfsplus
hostfs
hpfs
hppfs hppfs: missing include 2011-07-27 22:21:58 -04:00
hugetlbfs Merge 'akpm' patch series 2011-07-25 21:00:19 -07:00
isofs
jbd
jbd2
jffs2 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
jfs switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
lockd
logfs
minix
ncpfs
nfs switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
nfs_common
nfsd Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux 2011-07-25 22:49:19 -07:00
nilfs2
nls
notify atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
ntfs atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
ocfs2 switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
omfs omfs: fix (mode & S_IFDIR) abuse 2011-07-26 13:05:28 -04:00
openpromfs
partitions
proc atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
pstore
qnx4
quota
ramfs
reiserfs switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
romfs
squashfs Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus 2011-07-25 22:50:35 -07:00
sysfs
sysv
ubifs
udf
ufs
xfs switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
aio.c
anon_inodes.c vfs: dont chain pipe/anon/socket on superblock s_inodes list 2011-07-26 12:57:09 -04:00
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf.c
binfmt_elf_fdpic.c
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio-integrity.c
bio.c
block_dev.c block: initialise bd_super in bdget() 2011-08-01 01:57:44 -04:00
buffer.c
char_dev.c
compat.c
compat_binfmt_elf.c
compat_ioctl.c
dcache.c vfs: document locking requirements for d_move, __d_move and d_materialise_unique 2011-07-26 13:41:14 -04:00
dcookies.c
direct-io.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
drop_caches.c
eventfd.c
eventpoll.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
exec.c fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter() 2011-07-26 16:49:44 -07:00
fcntl.c
fhandle.c
fifo.c
file.c
file_table.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
filesystems.c
fs-writeback.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback 2011-07-26 10:39:54 -07:00
fs_struct.c
generic_acl.c switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
inode.c vfs: avoid call to inode_lru_list_del() if possible 2011-08-01 01:41:17 -04:00
internal.h
ioctl.c
ioprio.c
Kconfig
Kconfig.binfmt
libfs.c
locks.c
Makefile
mbcache.c
mpage.c
namei.c VFS: Fix automount for negative autofs dentries 2011-08-01 01:38:01 -04:00
namespace.c VFS : mount lock scalability for internal mounts 2011-07-24 10:08:32 -04:00
no-block.c
open.c merge fchmod() and fchmodat() guts, kill ancient broken kludge 2011-07-26 15:07:43 -04:00
pipe.c vfs: dont chain pipe/anon/socket on superblock s_inodes list 2011-07-26 12:57:09 -04:00
pnode.c
pnode.h
posix_acl.c switch posix_acl_create() to umode_t * 2011-08-01 02:09:42 -04:00
read_write.c fs: add missing unlock in default_llseek() 2011-07-26 12:57:09 -04:00
read_write.h
readdir.c
select.c
seq_file.c
signalfd.c
splice.c tmpfs: clone shmem_file_splice_read() 2011-07-25 20:57:11 -07:00
stack.c
stat.c
statfs.c
super.c Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block 2011-07-25 10:33:36 -07:00
sync.c
timerfd.c
utimes.c
xattr.c
xattr_acl.c