X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffstool.h;h=1668baad43dce870a71438aa731beb1a15fd60f2;hb=90ceb7b399cf3c1eb8d0c7474bd2498fe62cd022;hp=90f5b677df399fd7ba1cb67db3020598d6b9bd04;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/fstool.h b/src/fstool.h index 90f5b67..1668baa 100644 --- a/src/fstool.h +++ b/src/fstool.h @@ -39,6 +39,7 @@ #define CMD_UNSET_HIDE 0x8023 #define CMD_UNSET_BARRIER 0x8024 #define CMD_UNSET_IMMUX 0x8025 +#define CMD_UNSET_IMMUTABLE 0x8026 struct stat; @@ -54,6 +55,7 @@ struct Arguments { bool do_set; bool do_unset; bool local_fs; + bool no_unified; uint32_t set_mask; uint32_t del_mask;