freebsd-nq/sys/fs
Konstantin Belousov d0cc54f3b4 The r184588 changed the layout of struct export_args, causing an ABI
breakage for old mount(2) syscall, since most struct <filesystem>_args
embed export_args. The mount(2) is supposed to provide ABI
compatibility for pre-nmount mount(8) binaries, so restore ABI to
pre-r184588.

Requested and reviewed by:	bde
MFC after:    2 weeks
2010-10-10 07:05:47 +00:00
..
cd9660 The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
coda Properly bounds check ioctl/pioctl data arguments for Coda: 2010-08-07 08:08:14 +00:00
deadfs
devfs Add a new function devfs_dev_exists() to be able to find out if a 2010-09-27 18:20:56 +00:00
ext2fs - Remove duplicate comment. 2010-09-01 05:34:17 +00:00
fdescfs
fifofs
hpfs The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
msdosfs The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
nfs Fix the NFSVNO_CMPFH() macro in the experimental NFS server so 2010-09-10 23:18:45 +00:00
nfsclient Fix the experimental NFS client so that it doesn't panic when 2010-09-09 15:45:11 +00:00
nfsserver Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so that 2010-09-19 01:18:03 +00:00
ntfs The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00
nullfs Add a null_remove() function to nullfs, so that the v_usecount 2010-08-31 01:16:45 +00:00
nwfs M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that 2010-10-02 17:58:57 +00:00
portalfs
procfs
pseudofs Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and 2010-08-20 19:46:50 +00:00
smbfs M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that 2010-10-02 17:58:57 +00:00
tmpfs tmpfs, zfs + sendfile: mark page bits as valid after populating it with data 2010-09-15 10:31:27 +00:00
udf
unionfs Allowed unionfs to use whiteout not supporting file system as 2010-09-05 04:58:16 +00:00