commit | f1e3c289498f26d98b65ddaae0cd892c98a6ce84 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Wed Jun 11 12:00:25 2014 -0400 |
committer | Chris Mason <clm@fb.com> | Fri Jun 13 09:52:22 2014 -0700 |
tree | c0de1e193aca4b93a6a649d46d7c57c40147a6fc | |
parent | 5fbc7c59fd22c5a6531b40b0759624b680a95e52 [diff] |
btrfs: prevent RCU warning when dereferencing radix tree slot Mark the dereference as protected by lock. Not doing so triggers an RCU warning since the radix tree assumed that RCU is in use. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Chris Mason <clm@fb.com>