rk: revert to v3.10
[firefly-linux-kernel-4.4.55.git] / fs / nilfs2 / nilfs.h
index b02c202223a6e555f2f1eedbc75501c2fc5aaf88..9bc72dec3fa69afb83bc4d0d952be494d4af2f23 100644 (file)
@@ -141,6 +141,7 @@ enum {
  * @ti_save: Backup of journal_info field of task_struct
  * @ti_flags: Flags
  * @ti_count: Nest level
+ * @ti_garbage:        List of inode to be put when releasing semaphore
  */
 struct nilfs_transaction_info {
        u32                     ti_magic;
@@ -149,6 +150,7 @@ struct nilfs_transaction_info {
                                   one of other filesystems has a bug. */
        unsigned short          ti_flags;
        unsigned short          ti_count;
+       struct list_head        ti_garbage;
 };
 
 /* ti_magic */