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
@ -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…
x
Reference in New Issue
Block a user