Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
* git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable: Btrfs: break out of shrink_delalloc earlier btrfs: fix not enough reserved space btrfs: fix dip leak Btrfs: make sure not to return overlapping extents to fiemap Btrfs: deal with short returns from copy_from_user Btrfs: fix regressions in copy_from_user handling
This commit is contained in:
@@ -729,6 +729,15 @@ struct btrfs_space_info {
|
||||
u64 disk_total; /* total bytes on disk, takes mirrors into
|
||||
account */
|
||||
|
||||
/*
|
||||
* we bump reservation progress every time we decrement
|
||||
* bytes_reserved. This way people waiting for reservations
|
||||
* know something good has happened and they can check
|
||||
* for progress. The number here isn't to be trusted, it
|
||||
* just shows reclaim activity
|
||||
*/
|
||||
unsigned long reservation_progress;
|
||||
|
||||
int full; /* indicates that we cannot allocate any more
|
||||
chunks for this space */
|
||||
int force_alloc; /* set if we need to force a chunk alloc for
|
||||
|
Reference in New Issue
Block a user