summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/journal.c
diff options
context:
space:
mode:
authorArtem Bityutskiy2012-07-25 17:12:07 +0200
committerAl Viro2012-08-04 10:15:36 +0200
commit12810ad70858af10f5e00b3c178085c03baa457b (patch)
tree31e0bfb689b1d1c401218fca433de685326c1019 /fs/jbd2/journal.c
parentbtrfs: nuke pdflush from comments (diff)
downloadkernel-qcow2-linux-12810ad70858af10f5e00b3c178085c03baa457b.tar.gz
kernel-qcow2-linux-12810ad70858af10f5e00b3c178085c03baa457b.tar.xz
kernel-qcow2-linux-12810ad70858af10f5e00b3c178085c03baa457b.zip
jbd/jbd2: nuke write_super from comments
The '->write_super' superblock method is gone, and this patch removes all the references to 'write_super' from various jbd and jbd2. Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Jan Kara <jack@suse.cz> Cc: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/jbd2/journal.c')
-rw-r--r--fs/jbd2/journal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
index e9a3c4c85594..8625da27eccf 100644
--- a/fs/jbd2/journal.c
+++ b/fs/jbd2/journal.c
@@ -612,8 +612,8 @@ int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid)
ret = 1;
} else if (journal->j_committing_transaction) {
/*
- * If ext3_write_super() recently started a commit, then we
- * have to wait for completion of that transaction
+ * If commit has been started, then we have to wait for
+ * completion of that transaction.
*/
if (ptid)
*ptid = journal->j_committing_transaction->t_tid;