diff options
Diffstat (limited to 'fs/xfs/xfs_trans_resv.h')
-rw-r--r-- | fs/xfs/xfs_trans_resv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trans_resv.h b/fs/xfs/xfs_trans_resv.h index de7de9aaad8a..285621d583f0 100644 --- a/fs/xfs/xfs_trans_resv.h +++ b/fs/xfs/xfs_trans_resv.h | |||
@@ -38,6 +38,7 @@ struct xfs_trans_resv { | |||
38 | struct xfs_trans_res tr_remove; /* unlink trans */ | 38 | struct xfs_trans_res tr_remove; /* unlink trans */ |
39 | struct xfs_trans_res tr_symlink; /* symlink trans */ | 39 | struct xfs_trans_res tr_symlink; /* symlink trans */ |
40 | struct xfs_trans_res tr_create; /* create trans */ | 40 | struct xfs_trans_res tr_create; /* create trans */ |
41 | struct xfs_trans_res tr_create_tmpfile; /* create O_TMPFILE trans */ | ||
41 | struct xfs_trans_res tr_mkdir; /* mkdir trans */ | 42 | struct xfs_trans_res tr_mkdir; /* mkdir trans */ |
42 | struct xfs_trans_res tr_ifree; /* inode free trans */ | 43 | struct xfs_trans_res tr_ifree; /* inode free trans */ |
43 | struct xfs_trans_res tr_ichange; /* inode update trans */ | 44 | struct xfs_trans_res tr_ichange; /* inode update trans */ |
@@ -100,6 +101,7 @@ struct xfs_trans_resv { | |||
100 | #define XFS_ITRUNCATE_LOG_COUNT 2 | 101 | #define XFS_ITRUNCATE_LOG_COUNT 2 |
101 | #define XFS_INACTIVE_LOG_COUNT 2 | 102 | #define XFS_INACTIVE_LOG_COUNT 2 |
102 | #define XFS_CREATE_LOG_COUNT 2 | 103 | #define XFS_CREATE_LOG_COUNT 2 |
104 | #define XFS_CREATE_TMPFILE_LOG_COUNT 2 | ||
103 | #define XFS_MKDIR_LOG_COUNT 3 | 105 | #define XFS_MKDIR_LOG_COUNT 3 |
104 | #define XFS_SYMLINK_LOG_COUNT 3 | 106 | #define XFS_SYMLINK_LOG_COUNT 3 |
105 | #define XFS_REMOVE_LOG_COUNT 2 | 107 | #define XFS_REMOVE_LOG_COUNT 2 |