diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-07-17 12:54:40 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:04 -0400 |
commit | ee6e6504e147a59a9f4d582662c105e9d72ae638 (patch) | |
tree | be932cc04abb860ed76ab8d4c4c28353ed50bebb /fs/btrfs/ctree.c | |
parent | ba1da2f442ec91a1534afa893f9bef7e33056ace (diff) | |
download | blackbird-op-linux-ee6e6504e147a59a9f4d582662c105e9d72ae638.tar.gz blackbird-op-linux-ee6e6504e147a59a9f4d582662c105e9d72ae638.zip |
Add a per-inode lock around btrfs_drop_extents
btrfs_drop_extents is always called with a range lock held on the inode.
But, it may operate on extents outside that range as it drops and splits
them.
This patch adds a per-inode mutex that is held while calling
btrfs_drop_extents and while inserting new extents into the tree. It
prevents races from two procs working against adjacent ranges in the tree.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.c')
0 files changed, 0 insertions, 0 deletions