]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support storing 7 additional file flags in tmpfs:
authorKenneth D. Merry <ken@FreeBSD.org>
Wed, 28 Aug 2013 22:12:56 +0000 (22:12 +0000)
committerKenneth D. Merry <ken@FreeBSD.org>
Wed, 28 Aug 2013 22:12:56 +0000 (22:12 +0000)
commit3b5f179d2a534468a4cb1e7777a52beabb1182be
treec534057a92f5a3a81ee560818ba4556eb812da6d
parentd1d4d95209e4ba5da75c16a5653bc46fca6418f8
Support storing 7 additional file flags in tmpfs:

UF_SYSTEM, UF_SPARSE, UF_OFFLINE, UF_REPARSE, UF_ARCHIVE, UF_READONLY,
and UF_HIDDEN.

Sort the file flags tmpfs supports alphabetically.  tmpfs now
supports the same flags as UFS, with the exception of SF_SNAPSHOT.

Reported by: bdrewery, antoine
Sponsored by: Spectra Logic
sys/fs/tmpfs/tmpfs_subr.c