]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] JFS: pageno needs to be long
authorDave Kleikamp <shaggy@austin.ibm.com>
Mon, 23 Oct 2006 17:00:13 +0000 (17:00 +0000)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:46 +0000 (17:33 -0800)
commit9b2e07b8574e21554a381e065efd7050f96eaead
tree585467c1bed29c0fba4428f1fc0367d9b8a092c5
parentb754f1bb053d9ec2d9b9fb64126543e9b8cbd3dd
[PATCH] JFS: pageno needs to be long

JFS: pageno needs to be long

diRead and diWrite are representing the page number as an unsigned int.
This causes file system corruption on volumes larger than 16TB.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
fs/jfs/jfs_imap.c