diff options
author | Jie Liu <jeff.liu@oracle.com> | 2013-08-12 06:50:02 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 18:49:38 -0400 |
commit | 5a96a94547fe345467c2ab2ec51cb3fade355bd9 (patch) | |
tree | 938de207a0021f622782fd28a6c1c39fbe3a5d5f /fs/xfs/Makefile | |
parent | e773fc934fcbe2536dc625c2bd76234b9b9a60b6 (diff) |
xfs: Add xfs_log_rlimit.c
Add source files for xfs_log_rlimit.c The new file is used for log
size calculations and validation shared with userspace.
[dchinner: xfs_log_calc_max_attrsetm_res() does not modify the
tr_attrsetm reservation, just calculates the maximum. ]
[dchinner: rework loop in xfs_log_get_max_trans_res() ]
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index d6ccf5742d18..0719e4db93f2 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -79,6 +79,7 @@ xfs-y += xfs_alloc.o \ | |||
79 | xfs_inode_fork.o \ | 79 | xfs_inode_fork.o \ |
80 | xfs_inode_buf.o \ | 80 | xfs_inode_buf.o \ |
81 | xfs_log_recover.o \ | 81 | xfs_log_recover.o \ |
82 | xfs_log_rlimit.o \ | ||
82 | xfs_sb.o \ | 83 | xfs_sb.o \ |
83 | xfs_symlink_remote.o \ | 84 | xfs_symlink_remote.o \ |
84 | xfs_trans_resv.o | 85 | xfs_trans_resv.o |