commit | c64c2bd890df3b9a66c52c33df110777058c011e | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Fri Dec 14 13:48:14 2012 -0500 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:29 2012 -0500 |
tree | 3aeb8e791e50afbb4f6143674a1f2048e0197da2 | |
parent | 1135d6df222046a0ec14a1c9335de99907879922 [diff] |
Btrfs: don't take inode delalloc mutex if we're a free space inode This confuses and angers lockdep even though it's ok. We don't really need the lock for free space inodes since only the transaction committer will be reserving space. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>