]> 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)
commitb18d2a5e8c59fac9c9c479c8fd994275d4b76e1b
tree8a6ec5a28fa685d30f44e344814a2c5a4262985c
parent5720d480f250a80350663e6b19ef7e83d71738be
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