alistair23-linux/fs/fuse
Anatol Pomozov c2132c1bc7 Do not use RCU for current process credentials
Commit c69e8d9c0 added rcu lock to fuse/dir.c It was assuming
that 'task' is some other process but in fact this parameter always
equals to 'current'. Inline this parameter to make it more readable
and remove RCU lock as it is not needed when access current process
credentials.

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-31 17:08:10 +01:00
..
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c fuse: cleanup fuse_direct_io() 2013-01-24 16:21:28 +01:00
dev.c fuse: use req->page_descs[] for argpages cases 2013-01-24 16:21:27 +01:00
dir.c Do not use RCU for current process credentials 2013-01-31 17:08:10 +01:00
file.c Do not use RCU for current process credentials 2013-01-31 17:08:10 +01:00
fuse_i.h Do not use RCU for current process credentials 2013-01-31 17:08:10 +01:00
inode.c Do not use RCU for current process credentials 2013-01-31 17:08:10 +01:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile