Date: Sun, 24 Jul 2011 17:43:09 +0000 (UTC) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/cd9660 iso.h src/sys/fs/msdosfs msdosfsmount.h src/sys/fs/ntfs ntfs.h src/sys/fs/smbfs smbfs.h src/sys/kern kern_jail.c vfs_mount.c src/sys/sys mount.h Message-ID: <201107241743.p6OHhcMW064175@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2011-07-24 17:43:09 UTC
FreeBSD src repository
Modified files:
sys/fs/cd9660 iso.h
sys/fs/msdosfs msdosfsmount.h
sys/fs/ntfs ntfs.h
sys/fs/smbfs smbfs.h
sys/kern kern_jail.c vfs_mount.c
sys/sys mount.h
Log:
SVN rev 224290 on 2011-07-24 17:43:09Z by mckusick
This update changes the mnt_flag field in the mount structure from
32 bits to 64 bits and eliminates the unused mnt_xflag field. The
existing mnt_flag field is completely out of bits, so this update
gives us room to expand. Note that the f_flags field in the statfs
structure is already 64 bits, so the expanded mnt_flag field can
be exported without having to make any changes in the statfs structure.
Approved by: re (bz)
Revision Changes Path
1.34 +1 -1 src/sys/fs/cd9660/iso.h
1.43 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h
1.23 +1 -1 src/sys/fs/ntfs/ntfs.h
1.15 +1 -1 src/sys/fs/smbfs/smbfs.h
1.147 +2 -2 src/sys/kern/kern_jail.c
1.335 +2 -1 src/sys/kern/vfs_mount.c
1.258 +36 -36 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107241743.p6OHhcMW064175>
