Re: [PATCH] make affs root lookup from blkdev logical size

2015-07-07 Thread Andrew Morton
On Tue, 7 Jul 2015 12:29:02 +0530 "Pranay Kr. Srivastava" wrote: > This patch resolves Bug 16531. When logical blkdev > size > 512 then sector numbers become larger than > the device can support. > > Make affs start lookup based on the device's logical > sector size instead of 512. > > Report

[PATCH] make affs root lookup from blkdev logical size

2015-07-07 Thread Pranay Kr. Srivastava
This patch resolves Bug 16531. When logical blkdev size > 512 then sector numbers become larger than the device can support. Make affs start lookup based on the device's logical sector size instead of 512. Reported By: Mark Fix Suggessted By: Mark --- fs/affs/super.c |8 +--- 1 file ch