1
0
Fork 0
alistair23-linux/fs/affs
Pranay Kr. Srivastava e852d82a5b 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>
2015-09-10 13:29:01 -07:00
..
Changes remove obsolete references to powertweak 2013-11-27 20:34:32 -08:00
Kconfig fs/affs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
Makefile fs: change to new flag variable 2011-03-17 14:02:57 +01:00
affs.h fs: cleanup slight list_entry abuse 2015-06-23 18:01:59 -04:00
amigaffs.c fs/affs/amigaffs.c: remove unneeded initialization 2015-06-30 19:44:57 -07:00
bitmap.c fs/affs/bitmap.c: remove unnecessary return 2015-02-17 14:34:52 -08:00
dir.c fs/affs: define AFFSNAMEMAX to replace constant use 2015-02-17 14:34:52 -08:00
file.c Merge branch 'akpm' (patches from Andrew) 2015-04-17 09:04:38 -04:00
inode.c fs/affs/inode.c: remove unneeded initialization 2015-06-30 19:44:57 -07:00
namei.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2015-04-26 17:22:07 -07:00
super.c fs/affs: make root lookup from blkdev logical size 2015-09-10 13:29:01 -07:00
symlink.c fs/affs/symlink.c: remove unneeded err variable 2015-06-30 19:44:57 -07:00