hfsplus: fix filesystem size checks
authorChristoph Hellwig <hch@tuxera.com>
Thu, 15 Sep 2011 14:48:40 +0000 (10:48 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Sep 2011 16:03:17 +0000 (09:03 -0700)
generic_check_addressable can't deal with hfsplus's larger than page
size allocation blocks, so simply opencode the checks that we actually
need in hfsplus_fill_super.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Reported-by: Pavel Ivanov <paivanof@gmail.com>
Tested-by: Pavel Ivanov <paivanof@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found