aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-12-05 07:00:34 -0500
committerJiri Kosina <jkosina@suse.cz>2011-12-06 03:53:40 -0500
commit90802ed9c3dbab2e067bd9fc67a30e66e6774e8f (patch)
treeac379380a669ad3c2a7ab0c3d923f1e9644ae885 /fs/jbd2
parent05183189ee5df8799b22c56d93f0f69b8490e33f (diff)
treewide: Fix comment and string typo 'bufer'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/jbd2')
-rw-r--r--fs/jbd2/checkpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/checkpoint.c b/fs/jbd2/checkpoint.c
index 16a698bd906d..d49d202903fb 100644
--- a/fs/jbd2/checkpoint.c
+++ b/fs/jbd2/checkpoint.c
@@ -565,7 +565,7 @@ int jbd2_cleanup_journal_tail(journal_t *journal)
565 * 565 *
566 * Called with the journal locked. 566 * Called with the journal locked.
567 * Called with j_list_lock held. 567 * Called with j_list_lock held.
568 * Returns number of bufers reaped (for debug) 568 * Returns number of buffers reaped (for debug)
569 */ 569 */
570 570
571static int journal_clean_one_cp_list(struct journal_head *jh, int *released) 571static int journal_clean_one_cp_list(struct journal_head *jh, int *released)