]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf16d66b106e3406f896892fad7aceffb131c823
tree0444192f838dc8a71b0f6d1270d979a337c6ef6f
parent493d04fad127d0093365015998710f15334c34eb
hfsplus: fix filesystem size checks

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>
fs/hfsplus/super.c