]> git.karo-electronics.de Git - karo-tx-linux.git/commit
JFS: pageno needs to be long
authorDave Kleikamp <shaggy@austin.ibm.com>
Mon, 4 Dec 2006 11:40:56 +0000 (12:40 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 4 Dec 2006 11:40:56 +0000 (12:40 +0100)
commita7c850eb8180674fdd2957fb5f2e6dd5070fcc29
tree25385d92d5c1546cb0c45ff41a1a53dd44c4681c
parentb3d413d405f1b25d0ed98000f285394cf12a2c99
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: Adrian Bunk <bunk@stusta.de>
fs/jfs/jfs_imap.c