]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ubifs/ubifs.h
Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8
[karo-tx-linux.git] / fs / ubifs / ubifs.h
index c16fff7271d3788376b5aef7215920eba32c58ff..b2babce4d70f21845778dbb82a0b2b83fbb97d75 100644 (file)
@@ -905,6 +905,7 @@ struct ubifs_budget_req {
  * @inum: inode number
  * @new: %1 => added since the last commit, otherwise %0
  * @cmt: %1 => commit pending, otherwise %0
+ * @del: %1 => delete pending, otherwise %0
  */
 struct ubifs_orphan {
        struct rb_node rb;
@@ -915,6 +916,7 @@ struct ubifs_orphan {
        ino_t inum;
        unsigned new:1;
        unsigned cmt:1;
+       unsigned del:1;
 };
 
 /**