2006-10-23 12:53:51

by Dave Kleikamp

[permalink] [raw]
Subject: [git pull] jfs update

Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus

This will update the following files:

fs/jfs/jfs_imap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

through these ChangeSets:

Commit: 8f6cff98477edbcd8ae4976734ba7edd07bdd244
Author: Dave Kleikamp <[email protected]> Fri, 13 Oct 2006 12:42:36 -0500

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 <[email protected]>