]> git.baikalelectronics.ru Git - kernel.git/commit
anonfd: Allow making anon files read-only
authorRoland Dreier <rdreier@cisco.com>
Fri, 18 Dec 2009 17:41:24 +0000 (09:41 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Dec 2009 17:27:34 +0000 (12:27 -0500)
commit43e43a36e8ceef6b0298ee8fa52e86e7a07c0935
treecc7ab0c90849be38e200fc6ff6a3a09e3caf0405
parentf3d18f03d6b56da834192e187a38b473103884a3
anonfd: Allow making anon files read-only

It seems a couple places such as arch/ia64/kernel/perfmon.c and
drivers/infiniband/core/uverbs_main.c could use anon_inode_getfile()
instead of a private pseudo-fs + alloc_file(), if only there were a way
to get a read-only file.  So provide this by having anon_inode_getfile()
create a read-only file if we pass O_RDONLY in flags.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/anon_inodes.c
fs/eventfd.c
fs/eventpoll.c
fs/signalfd.c
fs/timerfd.c
kernel/perf_event.c
virt/kvm/kvm_main.c