]> git.baikalelectronics.ru Git - kernel.git/commit
BTRFS: Remove unused node_lock
authorAndi Kleen <ak@linux.intel.com>
Wed, 18 May 2011 00:11:22 +0000 (00:11 +0000)
committerChris Mason <chris.mason@oracle.com>
Mon, 23 May 2011 17:05:39 +0000 (13:05 -0400)
commitb7c154d5de77466d5b1475f1119a4e2484fb930f
tree8a6ec5a28fa685d30f44e344814a2c5a4262985c
parentfcb79ac9df1f5ad66c41f284129bb1ecec4bc768
BTRFS: Remove unused node_lock

6dd3b328d0d 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