summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
diff options
context:
space:
mode:
authorDave Chinner2013-05-27 08:38:20 +0200
committerBen Myers2013-05-30 19:37:04 +0200
commit321a95839e65db3759a07a3655184b0283af90fe (patch)
tree9e5e95564afdd0758d685ae45035004be1fd5014 /fs/xfs/xfs_log_recover.c
parentxfs: don't emit v5 superblock warnings on write (diff)
downloadkernel-qcow2-linux-321a95839e65db3759a07a3655184b0283af90fe.tar.gz
kernel-qcow2-linux-321a95839e65db3759a07a3655184b0283af90fe.tar.xz
kernel-qcow2-linux-321a95839e65db3759a07a3655184b0283af90fe.zip
xfs: fix incorrect remote symlink block count
When CRCs are enabled, the number of blocks needed to hold a remote symlink on a 1k block size filesystem may be 2 instead of 1. The transaction reservation for the allocated blocks was not taking this into account and only allocating one block. Hence when trying to read or invalidate such symlinks, we are mapping a hole where there should be a block and things go bad at that point. Fix the reservation to use the correct block count, clean up the block count calculation similar to the remote attribute calculation, and add a debug guard to detect when we don't write the entire symlink to disk. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Ben Myers <bpm@sgi.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
0 files changed, 0 insertions, 0 deletions