linux/fs/hfsplus
David Howells 4ac8489a72 CRED: Wrap task credential accesses in the HFSplus filesystem
Wrap access to task credentials so that they can be separated more easily from
the task_struct during the introduction of COW creds.

Change most current->(|e|s|fs)[ug]id to current_(|e|s|fs)[ug]id().

Change some task->e?[ug]id to task_e?[ug]id().  In some places it makes more
sense to use RCU directly rather than a convenient wrapper; these will be
addressed by later patches.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: James Morris <jmorris@namei.org>
2008-11-14 10:38:54 +11:00
..
Makefile
bfind.c
bitmap.c hfsplus: check read_mapping_page() return value 2008-10-16 11:21:46 -07:00
bnode.c
brec.c
btree.c
catalog.c hfsplus: fix Buffer overflow with a corrupted image 2008-10-16 11:21:46 -07:00
dir.c
extents.c hfsplus: fix possible deadlock when handling corrupted extents 2008-10-20 08:52:38 -07:00
hfsplus_fs.h
hfsplus_raw.h
inode.c CRED: Wrap task credential accesses in the HFSplus filesystem 2008-11-14 10:38:54 +11:00
ioctl.c
options.c CRED: Wrap task credential accesses in the HFSplus filesystem 2008-11-14 10:38:54 +11:00
part_tbl.c
super.c hfsplus: quieten down mounting hfsplus journaled fs read only 2008-10-16 11:21:46 -07:00
tables.c
unicode.c
wrapper.c