]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
Test 091 fails on sector size != 512 bytes
authorDave Chinner <dgc@sgi.com>
Tue, 8 Apr 2008 04:00:40 +0000 (04:00 +0000)
committerDave Chinner <dgc@sgi.com>
Tue, 8 Apr 2008 04:00:40 +0000 (04:00 +0000)
commita4d1721436a0517d1b15cb5181059da4adda57fb
tree5c4d9c7174a9c3cbfe391fc2d9dde9bd01d23e9d
parent6d91bcc8b9471852bf2f3016dae41165a1e98a39
Test 091 fails on sector size != 512 bytes

Test 091 assumes a direct I/O alignment of 512 bytes,
a hold over from 2.4 kernels. On 2.6. kernels, direct
I/O needs to be aligned to the sector size the filesystem
was mkfs'd with.
Merge of master-melb:xfs-cmds:30760a by kenmcd.

  Teach 091 about 2.6 kernels and grab the sector size from the
  xfs_info output.
091