From e3434e94360472c7df14fd20da779c7047fb70cb Mon Sep 17 00:00:00 2001 From: Jeff Liu Date: Thu, 4 Apr 2013 16:07:14 +0800 Subject: [PATCH] --- yaml --- r: 371054 b: refs/heads/master c: 7fe3258c50de383037102129c57df5cb66ab2000 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_log_cil.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 10f769ba635e..63c7835f1a6a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4fd0e92fbcfdba7bb2c789504a957ab8f835c38 +refs/heads/master: 7fe3258c50de383037102129c57df5cb66ab2000 diff --git a/trunk/fs/xfs/xfs_log_cil.c b/trunk/fs/xfs/xfs_log_cil.c index ddc4529d07d3..e3d0b85d852b 100644 --- a/trunk/fs/xfs/xfs_log_cil.c +++ b/trunk/fs/xfs/xfs_log_cil.c @@ -668,10 +668,6 @@ xlog_cil_push_foreground( * transaction to the checkpoint context so we carry the busy extents through * to checkpoint completion, and then unlock all the items in the transaction. * - * For more specific information about the order of operations in - * xfs_log_commit_cil() please refer to the comments in - * xfs_trans_commit_iclog(). - * * Called with the context lock already held in read mode to lock out * background commit, returns without it held once background commits are * allowed again.