diff options
author | Pranay Kr. Srivastava <pranjas@gmail.com> | 2015-09-10 00:39:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-10 22:29:01 +0200 |
commit | e852d82a5b55b44ce8be89078d0dfbddbeae3211 (patch) | |
tree | 51b340100592465cea55ca9350725e11d5d81b8a /lib | |
parent | sysctl: fix int -> unsigned long assignments in INT_MIN case (diff) | |
download | linux-e852d82a5b55b44ce8be89078d0dfbddbeae3211.tar.xz linux-e852d82a5b55b44ce8be89078d0dfbddbeae3211.zip |
fs/affs: make root lookup from blkdev logical size
This patch resolves https://bugzilla.kernel.org/show_bug.cgi?id=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 <markk@clara.co.uk>
Suggested-by: Mark <markk@clara.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions