freebsd-dev/sys/fs/smbfs
Kirk McKusick 6beb3bb4eb 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)
2011-07-24 17:43:09 +00:00
..
smbfs_io.c In the VOP_PUTPAGES() implementations, change the default error from 2011-06-01 21:00:28 +00:00
smbfs_node.c Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and 2010-08-20 19:46:50 +00:00
smbfs_node.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs_smb.c Make a comment more accurate. 2011-07-07 17:00:42 +00:00
smbfs_subr.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs_subr.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs_vfsops.c M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that 2010-10-02 17:58:57 +00:00
smbfs_vnops.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs.h This update changes the mnt_flag field in the mount structure from 2011-07-24 17:43:09 +00:00