File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,6 @@ pub const MNT_NODEV: ::c_int = 0x00000010;
424
424
pub const MNT_LOCAL : :: c_int = 0x00001000 ;
425
425
pub const MNT_QUOTA : :: c_int = 0x00002000 ;
426
426
427
-
428
427
pub const AF_UNSPEC : :: c_int = 0 ;
429
428
pub const AF_LOCAL : :: c_int = 1 ;
430
429
pub const AF_UNIX : :: c_int = AF_LOCAL ;
Original file line number Diff line number Diff line change @@ -1793,7 +1793,7 @@ pub const MNT_IGNORE: ::c_int = 0x00100000;
1793
1793
pub const MNT_NFS4ACLS : :: c_int = 0x00200000 ;
1794
1794
pub const MNT_DISCARD : :: c_int = 0x00800000 ;
1795
1795
pub const MNT_EXTATTR : :: c_int = 0x01000000 ;
1796
- pub const MNT_LOG : :: c_int = 0x02000000 ;
1796
+ pub const MNT_LOG : :: c_int = 0x02000000 ;
1797
1797
pub const MNT_NOATIME : :: c_int = 0x04000000 ;
1798
1798
pub const MNT_AUTOMOUNTED : :: c_int = 0x10000000 ;
1799
1799
pub const MNT_SYMPERM : :: c_int = 0x20000000 ;
Original file line number Diff line number Diff line change @@ -1643,19 +1643,15 @@ pub const SF_APPEND: ::c_uint = 0x00040000;
1643
1643
pub const MNT_NOPERM : :: c_int = 0x00000020 ;
1644
1644
pub const MNT_WXALLOWED : :: c_int = 0x00000800 ;
1645
1645
pub const MNT_EXRDONLY : :: c_int = 0x00000080 ;
1646
- pub const MNT_EXPORTED : :: c_int = 0x00000100 ;
1647
1646
pub const MNT_DEFEXPORTED : :: c_int = 0x00000200 ;
1648
1647
pub const MNT_EXPORTANON : :: c_int = 0x00000400 ;
1649
1648
pub const MNT_ROOTFS : :: c_int = 0x00004000 ;
1650
1649
pub const MNT_NOATIME : :: c_int = 0x00008000 ;
1651
- pub const MNT_UPDATE : :: c_int = 0x00010000 ;
1652
1650
pub const MNT_DELEXPORT : :: c_int = 0x00020000 ;
1653
- pub const MNT_RELOAD : :: c_int = 0x00040000 ;
1654
- pub const MNT_FORCE : :: c_int = 0x00080000 ;
1655
1651
pub const MNT_STALLED : :: c_int = 0x00100000 ;
1656
1652
pub const MNT_SWAPPABLE : :: c_int = 0x00200000 ;
1657
1653
pub const MNT_WANTRDWR : :: c_int = 0x02000000 ;
1658
- pub const MNT_SOFTDEP : :: c_int = 0x04000000 ;
1654
+ pub const MNT_SOFTDEP : :: c_int = 0x04000000 ;
1659
1655
pub const MNT_DOOMED : :: c_int = 0x08000000 ;
1660
1656
1661
1657
// For use with vfs_fsync and getfsstat
You can’t perform that action at this time.
0 commit comments