BTRFS: Remove unused node_lock
commit0956c798ef8dbe0fc215870eb68bd2d8e789f86a
authorAndi Kleen <ak@linux.intel.com>
Wed, 18 May 2011 00:11:22 +0000 (18 00:11 +0000)
committerChris Mason <chris.mason@oracle.com>
Mon, 23 May 2011 17:05:39 +0000 (23 13:05 -0400)
tree8a6ec5a28fa685d30f44e344814a2c5a4262985c
parent61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf
BTRFS: Remove unused node_lock

240f62c8756 replaced the node_lock with rcu_read_lock, but forgot
to remove the actual lock in the data structure. Remove it here.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c