aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r--fs/btrfs/btrfs_inode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h
index 9f2a4ef944a7..df624fd735c1 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -39,6 +39,9 @@ struct btrfs_inode {
39 struct posix_acl *i_acl; 39 struct posix_acl *i_acl;
40 struct posix_acl *i_default_acl; 40 struct posix_acl *i_default_acl;
41 41
42 /* for keeping track of orphaned inodes */
43 struct list_head i_orphan;
44
42 /* 45 /*
43 * transid of the trans_handle that last modified this inode 46 * transid of the trans_handle that last modified this inode
44 */ 47 */