freebsd-dev/sys/gnu/fs/ext2fs
John Baldwin 44731cab3b Change the suser() API to take advantage of td_ucred as well as do a
general cleanup of the API.  The entire API now consists of two functions
similar to the pre-KSE API.  The suser() function takes a thread pointer
as its only argument.  The td_ucred member of this thread must be valid
so the only valid thread pointers are curthread and a few kernel threads
such as thread0.  The suser_cred() function takes a pointer to a struct
ucred as its first argument and an integer flag as its second argument.
The flag is currently only used for the PRISON_ROOT flag.

Discussed on:	smp@
2002-04-01 21:31:13 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c Repaired CSRG id. This file was not in Lite1; it was just cloned from a 2002-03-23 13:41:52 +00:00
ext2_balloc.c Make a panic less misleading. 2001-04-29 11:45:15 +00:00
ext2_bmap.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
ext2_extern.h Fixed some style bugs in the removal of __P(()). Continuation lines 2002-03-23 13:10:13 +00:00
ext2_fs_sb.h
ext2_fs.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
ext2_inode_cnv.c
ext2_inode.c Repaired CSRG id. This file was not in Lite1; it was just cloned from a 2002-03-23 13:41:52 +00:00
ext2_linux_balloc.c Put the bits in place for Alpha support for ext2. Not tested. 2000-12-09 22:32:49 +00:00
ext2_linux_ialloc.c Put the bits in place for Alpha support for ext2. Not tested. 2000-12-09 22:32:49 +00:00
ext2_lookup.c Moved $FreeBSD$ to the correct place. 2002-03-23 13:48:10 +00:00
ext2_mount.h Remove __P. 2002-03-19 22:40:48 +00:00
ext2_readwrite.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_subr.c Repaired CSRG id. This file was not in Lite1; it was just cloned from a 2002-03-23 13:41:52 +00:00
ext2_vfsops.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
ext2_vnops.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
fs.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
i386-bitops.h
inode.h The addition of i_dirhash to struct inode pushed RELENG_4's 2001-09-24 18:29:20 +00:00