summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-06-06 16:00:43 +1000
committerDave Chinner <david@fromorbit.com>2014-06-06 16:00:43 +1000
commit556b8883cfac3d3203557e161ea8005f8b5479b2 (patch)
treed928587238b976cd90ef90494769eab3af6f95c4 /fs/xfs/xfs_buf_item.c
parent1f6d64829db78a7e1d63e15c9f48f0a5d2b5a679 (diff)
downloadop-kernel-dev-556b8883cfac3d3203557e161ea8005f8b5479b2.zip
op-kernel-dev-556b8883cfac3d3203557e161ea8005f8b5479b2.tar.gz
xfs: xfs_readsb needs to check for magic numbers
Commit daba542 ("xfs: skip verification on initial "guess" superblock read") dropped the use of a verifier for the initial superblock read so we can probe the sector size of the filesystem stored in the superblock. It, however, now fails to validate that what was read initially is actually an XFS superblock and hence will fail the sector size check and return ENOSYS. This causes probe-based mounts to fail because it expects XFS to return EINVAL when it doesn't recognise the superblock format. cc: <stable@vger.kernel.org> Reported-by: Plamen Petrov <plamen.sisi@gmail.com> Tested-by: Plamen Petrov <plamen.sisi@gmail.com> Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_buf_item.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud