mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Support the snapshot file flag, so that tools like 'ls -ol' work
as expected on snapshot files. PR: bin/37038 Submitted by: Joshua Goodall <joshua@roughtrade.net>
This commit is contained in:
parent
b2b1845212
commit
d2c0ac28da
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ static struct {
|
|||
{ "nosimmutable", SF_IMMUTABLE, 0 },
|
||||
{ "nosunlnk", SF_NOUNLINK, 0 },
|
||||
{ "nosunlink", SF_NOUNLINK, 0 },
|
||||
#ifdef SF_SNAPSHOT
|
||||
{ "nosnapshot", SF_SNAPSHOT, 0 },
|
||||
#endif
|
||||
{ "nouappnd", UF_APPEND, 0 },
|
||||
{ "nouappend", UF_APPEND, 0 },
|
||||
{ "nouchg", UF_IMMUTABLE, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue