git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2853
94cd875c-1c1d-0410-91d2-
eb244daf1a30
if (getFlags(name, &flags, &mask)) {
// 1 1 0 0
// fedcba9876543210fedcba9876543210
- static char const MARKER[33] = ".......x.....iub............mhwa";
+ static char const MARKER[33] = ".......x....ciub............mhwa";
int i;
uint32_t used_flags = (VC_IATTR_XID|VC_IATTR_ADMIN|
VC_IATTR_WATCH|VC_IATTR_HIDE|
VC_IATTR_BARRIER|VC_IATTR_IUNLINK|
- VC_IATTR_IMMUTABLE|VC_IATTR_WRITE);
+ VC_IATTR_IMMUTABLE|VC_IATTR_WRITE|
+ VC_IATTR_COW);
for (i=0; i<32; ++i) {
if (used_flags & 1) {