Btrfs: remove unnecessary lock in may_commit_transaction()
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 6 Mar 2014 05:54:59 +0000 (13:54 +0800)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:17:25 +0000 (15:17 -0400)
The reason is:
- The per-cpu counter has its own lock to protect itself.
- Here we needn't get a exact value.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/extent-tree.c

Simple merge