aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorMingming Cao <cmm@us.ibm.com>2006-10-11 01:21:13 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-11 11:14:18 -0700
commit9b8f1f0106ab39ad58765d4e7c57189835f51127 (patch)
tree7f853ec30e4edc57f8b0c82db52b20a5beb75c38 /fs/jbd2
parent[PATCH] ext4: blk_type from sector_t to unsigned long long (diff)
downloadlinux-dev-9b8f1f0106ab39ad58765d4e7c57189835f51127.tar.xz
linux-dev-9b8f1f0106ab39ad58765d4e7c57189835f51127.zip
[PATCH] ext4: removesector_t bits check
Previously when in-kernel ext4 block type is sector_t, it's only 4 bits long under some 32bit arch (when CONFIG_LBD is not on). So we need to check the size of sector_t before we read 48bit long on-disk blocks to in-kernel blocks. These checks are unnecessary now as we changed the in-kernel blocks to unsigned longlong. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions