From: Wang Sheng-Hui Date: Fri, 14 Jun 2013 08:21:24 +0000 (+0800) Subject: Btrfs: fix the comment typo for btrfs_attach_transaction_barrier X-Git-Tag: v3.11-rc1~70^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90b6d2830a72ff008c9bbc8dfbf7aaec90be458f;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Btrfs: fix the comment typo for btrfs_attach_transaction_barrier The comment is for btrfs_attach_transaction_barrier, not for btrfs_attach_transaction. Fix the typo. Signed-off-by: Wang Sheng-Hui Acked-by: Miao Xie Signed-off-by: Josef Bacik --- diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index c916ebd..bcfa32c 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c @@ -529,7 +529,7 @@ struct btrfs_trans_handle *btrfs_attach_transaction(struct btrfs_root *root) } /* - * btrfs_attach_transaction() - catch the running transaction + * btrfs_attach_transaction_barrier() - catch the running transaction * * It is similar to the above function, the differentia is this one * will wait for all the inactive transactions until they fully