commit | 641f5219f2ea0dfd1c024c91021ddc83f50bf1ce | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Dec 02 06:36:10 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Dec 02 06:36:10 2008 -0500 |
tree | 0989c0b847617e791aaef8e50e48723ef8fa17ca | |
parent | ce397c0616de9bfb678569f1dfa655838a711594 [diff] [blame] |
Btrfs: sparse lock verification annotations for wait_on_state Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 87dba85..d79ccdb 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c
@@ -577,6 +577,8 @@ static int wait_on_state(struct extent_io_tree *tree, struct extent_state *state) + __releases(tree->lock) + __acquires(tree->lock) { DEFINE_WAIT(wait); prepare_to_wait(&state->wq, &wait, TASK_UNINTERRUPTIBLE);