Chris Mason ee6e6504e1 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>
2008-09-25 11:04:04 -04:00
Description
caf-msm-3.0 branch is actually capable of running its modules on ZTE MF825 modem (i mean why not) (MSM9615).
553 MiB
Languages
C 97.4%
Assembly 2.1%
Makefile 0.3%