aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorJeff Liu <jeff.liu@oracle.com>2013-04-04 04:07:14 -0400
committerBen Myers <bpm@sgi.com>2013-04-16 14:20:03 -0400
commit7fe3258c50de383037102129c57df5cb66ab2000 (patch)
tree55ce11daaa847fb569df82b324e2853a5dd4d152 /fs/xfs
parentd4fd0e92fbcfdba7bb2c789504a957ab8f835c38 (diff)
xfs: Update xfs_log_commit_cil() comments
xfs_log_commit_iclog() function has been removed by commits 93b8a585: xfs: remove the deprecated nodelaylog option Beginning from Linux 3.3, only delayed logging is supported so that we call xfs_log_commit_cil() at xfs_trans_commit() only, remove the useless comments so. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_log_cil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_log_cil.c b/fs/xfs/xfs_log_cil.c
index ddc4529d07d3..e3d0b85d852b 100644
--- a/fs/xfs/xfs_log_cil.c
+++ b/fs/xfs/xfs_log_cil.c
@@ -668,10 +668,6 @@ xlog_cil_push_foreground(
668 * transaction to the checkpoint context so we carry the busy extents through 668 * transaction to the checkpoint context so we carry the busy extents through
669 * to checkpoint completion, and then unlock all the items in the transaction. 669 * to checkpoint completion, and then unlock all the items in the transaction.
670 * 670 *
671 * For more specific information about the order of operations in
672 * xfs_log_commit_cil() please refer to the comments in
673 * xfs_trans_commit_iclog().
674 *
675 * Called with the context lock already held in read mode to lock out 671 * Called with the context lock already held in read mode to lock out
676 * background commit, returns without it held once background commits are 672 * background commit, returns without it held once background commits are
677 * allowed again. 673 * allowed again.