View | Details | Raw Unified | Return to bug 25832
Collapse All | Expand All

(-)mount.h (-1 / +1 lines)
Lines 178-184 Link Here
178
			MNT_LOCAL	| MNT_USER	| MNT_QUOTA	| \
178
			MNT_LOCAL	| MNT_USER	| MNT_QUOTA	| \
179
			MNT_ROOTFS	| MNT_NOATIME	| MNT_NOCLUSTERR| \
179
			MNT_ROOTFS	| MNT_NOATIME	| MNT_NOCLUSTERR| \
180
			MNT_NOCLUSTERW	| MNT_SUIDDIR	| MNT_SOFTDEP	| \
180
			MNT_NOCLUSTERW	| MNT_SUIDDIR	| MNT_SOFTDEP	| \
181
			MNT_IGNORE \
181
			MNT_IGNORE	| MNT_NOSYMFOLLOW \
182
			/*	| MNT_EXPUBLIC */)
182
			/*	| MNT_EXPUBLIC */)
183
/*
183
/*
184
 * External filesystem command modifier flags.
184
 * External filesystem command modifier flags.

Return to bug 25832