svn commit: r255008 - head/sys/fs/tmpfs

Bryan Drewery bryan at shatow.net
Wed Aug 28 22:23:11 UTC 2013


On 2013-08-28 17:12, Kenneth D. Merry wrote:
> Author: ken
> Date: Wed Aug 28 22:12:56 2013
> New Revision: 255008
> URL: http://svnweb.freebsd.org/changeset/base/255008
> 
> Log:
>   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
> 
> Modified:
>   head/sys/fs/tmpfs/tmpfs_subr.c
> 


Thanks!


More information about the svn-src-all mailing list