summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorChris Mason2016-07-19 14:52:36 +0200
committerChris Mason2016-07-21 13:03:40 +0200
commit8b8b08cbfb9021af4b54b4175fc4c51d655aac8c (patch)
tree1b53d06941d504cef36b4e85ac874717d78e21c3 /fs/btrfs/inode.c
parentBtrfs: avoid deadlocks during reservations in btrfs_truncate_block (diff)
downloadkernel-qcow2-linux-8b8b08cbfb9021af4b54b4175fc4c51d655aac8c.tar.gz
kernel-qcow2-linux-8b8b08cbfb9021af4b54b4175fc4c51d655aac8c.tar.xz
kernel-qcow2-linux-8b8b08cbfb9021af4b54b4175fc4c51d655aac8c.zip
Btrfs: fix delalloc accounting after copy_from_user faults
Commit 56244ef151c3cd11 was almost but not quite enough to fix the reservation math after btrfs_copy_from_user returned partial copies. Some users are still seeing warnings in btrfs_destroy_inode, and with a long enough test run I'm able to trigger them as well. This patch fixes the accounting math again, bringing it much closer to the way it was before the sectorsize conversion Chandan did. The problem is accounting for the offset into the page/sector when we do a partial copy. This one just uses the dirty_sectors variable which should already be updated properly. Signed-off-by: Chris Mason <clm@fb.com> cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions