lockf(F_LOCK) requests a write lock, which requires the file to be open in write...
[util-vserver.git] / src / fstool.h
index 90f5b67..1668baa 100644 (file)
@@ -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;