freebsd-dev/sys/msdosfs
Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
bootsect.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
bpb.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
denode.h Ensure that deHighClust in direntry always initialized. 1999-01-02 13:26:29 +00:00
direntry.h Support NT VFAT lower case flags. 1998-11-21 00:20:24 +00:00
fat.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_conv.c Support NT VFAT lower case flags. 1998-11-21 00:20:24 +00:00
msdosfs_denode.c Ifdefed conditionally used simplock variables. 1999-01-02 11:34:57 +00:00
msdosfs_fat.c Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
msdosfs_lookup.c Now empty DOS filesystems default to long file names. Non-empty filesystems 1999-01-02 18:52:13 +00:00
msdosfs_vfsops.c Back out half of 1.32: don't print a message on every failed mount attempt. 1999-03-28 23:00:33 +00:00
msdosfs_vnops.c Suser() simplification: 1999-04-27 11:18:52 +00:00
msdosfsmount.h Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00