diff options
-rw-r--r-- | fs/btrfs/locking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/locking.c b/fs/btrfs/locking.c index f8229ef1b46d..d7e6baf1b205 100644 --- a/fs/btrfs/locking.c +++ b/fs/btrfs/locking.c | |||
@@ -241,6 +241,7 @@ void btrfs_tree_read_unlock_blocking(struct extent_buffer *eb) | |||
241 | */ | 241 | */ |
242 | void btrfs_tree_lock(struct extent_buffer *eb) | 242 | void btrfs_tree_lock(struct extent_buffer *eb) |
243 | { | 243 | { |
244 | WARN_ON(eb->lock_owner == current->pid); | ||
244 | again: | 245 | again: |
245 | wait_event(eb->read_lock_wq, atomic_read(&eb->blocking_readers) == 0); | 246 | wait_event(eb->read_lock_wq, atomic_read(&eb->blocking_readers) == 0); |
246 | wait_event(eb->write_lock_wq, atomic_read(&eb->blocking_writers) == 0); | 247 | wait_event(eb->write_lock_wq, atomic_read(&eb->blocking_writers) == 0); |