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/inode.c | 2 +-
fs/jfs/jfs_dmap.c | 16 ++++++++--------
fs/jfs/jfs_dmap.h | 6 +++---
fs/jfs/jfs_inode.h | 1 +
fs/jfs/namei.c | 4 ++--
fs/jfs/resize.c | 6 +++++-
fs/jfs/symlink.c | 14 +++++++++++++-
7 files changed, 33 insertions(+), 16 deletions(-)
through these ChangeSets:
commit c7f2e1f0ac142a657a1de00d404e1c8345b20598
Author: Dmitry Monakhov <[email protected]>
Date: Fri Apr 16 08:05:50 2010 -0500
jfs: add jfs specific ->setattr call
generic setattr not longer responsible for quota transfer.
use jfs_setattr for all jfs's inodes.
Signed-off-by: Dmitry Monakhov <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
commit 2b0b39517d1af5294128dbc2fd7ed39c8effa540
Author: Bill Pemberton <[email protected]>
Date: Fri Apr 16 08:01:20 2010 -0500
jfs: fix diAllocExt error in resizing filesystem
Resizing the filesystem would result in an diAllocExt error in some
instances because changes in bmp->db_agsize would not get noticed if
goto extendBmap was called.
Signed-off-by: Bill Pemberton <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
Cc: [email protected]
Cc: [email protected]
commit d7eecb483cc29e929bbc5515b8def830d7fc6ad2
Author: Daniel Mack <[email protected]>
Date: Thu Jan 28 16:13:01 2010 +0800
jfs_dmap.[ch]: trivial typo fix: s/heigth/height/g
Signed-off-by: Daniel Mack <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: André Goddard Rosa <[email protected]>
Cc: [email protected]