summary refs log tree commit diff
path: root/fs/nfs/pnfs_nfs.c
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2015-04-18 05:22:48 -0700
committerChris Mason <clm@fb.com>2015-04-26 06:26:58 -0700
commite4c88f007be78d38eaef316c599a1ee2f0272c15 (patch)
tree738af0712562d398e507f565f827d6210de41605 /fs/nfs/pnfs_nfs.c
parent24b89d08ef63f9c62e55593e27a55e57b0062046 (diff)
downloadlinux-e4c88f007be78d38eaef316c599a1ee2f0272c15.tar.gz
Btrfs: don't check for delalloc_bytes in cache_save_setup
Now that we're doing free space cache writeback outside the critical
section in the commit, there is a bigger window for delalloc_bytes to
be added after a cache has been written.  find_free_extent may do this
without putting the block group back into the dirty list, and also
without a transaction running.

Checking for delalloc_bytes in cache_save_setup means we might leave the
cache marked as written without invalidating it.  Consistency checks
during mount will toss the cache, but it's better to get rid of the
check in cache_save_setup and let it get invalidated by the checks
already done during cache write out.

Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/nfs/pnfs_nfs.c')
0 files changed, 0 insertions, 0 deletions