projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee68ee
)
Btrfs: fix the comment typo for btrfs_attach_transaction_barrier
author
Wang Sheng-Hui
<
[email protected]
>
Fri, 14 Jun 2013 08:21:24 +0000
(16:21 +0800)
committer
Josef Bacik
<
[email protected]
>
Mon, 1 Jul 2013 12:52:30 +0000
(08:52 -0400)
The comment is for btrfs_attach_transaction_barrier, not for
btrfs_attach_transaction. Fix the typo.
Signed-off-by: Wang Sheng-Hui <
[email protected]
>
Acked-by: Miao Xie <
[email protected]
>
Signed-off-by: Josef Bacik <
[email protected]
>
fs/btrfs/transaction.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/transaction.c
b/fs/btrfs/transaction.c
index c916ebdc689a3091f00e4ba5ca10033aa139fd17..bcfa32c91b5dd7dc4ea84aa2e5e6598f45b1bd10 100644
(file)
--- 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