Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759282AbZCYMnm (ORCPT ); Wed, 25 Mar 2009 08:43:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757121AbZCYMnf (ORCPT ); Wed, 25 Mar 2009 08:43:35 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:56238 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756299AbZCYMne (ORCPT ); Wed, 25 Mar 2009 08:43:34 -0400 To: torvalds@linux-foundation.org Subject: [git pull] jfs update Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org Message-Id: <20090325124323.6559212772A@norville.austin.ibm.com> Date: Wed, 25 Mar 2009 07:43:23 -0500 (CDT) From: shaggy@linux.vnet.ibm.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3359 Lines: 94 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/Kconfig | 1 + fs/jfs/jfs_extent.c | 63 +++++------- fs/jfs/jfs_imap.c | 10 +-- fs/jfs/jfs_metapage.c | 18 +++- fs/jfs/jfs_types.h | 29 ------ fs/jfs/jfs_xtree.c | 263 +------------------------------------------------ fs/jfs/jfs_xtree.h | 2 - fs/jfs/super.c | 4 + 8 files changed, 46 insertions(+), 344 deletions(-) through these ChangeSets: commit c68a65da35906b32505bbb8eecab316e6736e28b Author: Randy Dunlap Date: Mon Feb 2 11:20:55 2009 -0800 jfs: needs crc32_le JFS needs crc32_le(), so select its library config symbol: fs/built-in.o: In function `jfs_statfs': super.c:(.text+0x7c8c0): undefined reference to `crc32_le' super.c:(.text+0x7c8d5): undefined reference to `crc32_le' Signed-off-by: Randy Dunlap Signed-off-by: Dave Kleikamp commit 8db0c5d5ef3ab99fe9e5151872b75f45c4282e3c Merge: 1ad53a9 45c82b5 Author: Dave Kleikamp Date: Mon Feb 2 13:40:55 2009 -0600 Merge branch 'master' of /home/shaggy/git/linus-clean/ commit 1ad53a98c927a9b5b1b57288ac0edec562fbcf8d Author: Dave Kleikamp Date: Fri Jan 30 14:09:06 2009 -0600 jfs: Fix error handling in metapage_writepage() Improved error handling so that last_write_complete(), and thus end_page_writeback(), gets called only once. Signed-off-by: Dave Kleikamp Reported-by: Eric Sesterhenn commit b5c816a4f177604ae708892bba074b1d534fcbee Author: Coly Li Date: Wed Jan 21 00:05:39 2009 +0800 jfs: return f_fsid for statfs(2) This patch makes jfs return f_fsid info for statfs(2). By Andreas' suggestion, this patch populates a persistent f_fsid between boots/mounts with help of on-disk uuid record. Signed-off-by: Coly Li Signed-off-by: Dave Kleikamp commit fec1878fe952b994125a3be7c94b1322db586f3b Author: Dave Kleikamp Date: Fri Jan 9 15:42:04 2009 -0600 jfs: remove xtLookupList() xtLookupList() was a more generalized version of xtLookup() with a nastier interface. Its only caller, extHint(), is actually better suited to using xtLookup() than xtLookupList(). This also lets us remove the definition of lxd_t, an obnoxious packed structure that was only used in-memory. Signed-off-by: Dave Kleikamp commit da9c138e9e1cc08aa3a4e8c09411a5d08f866445 Author: Dave Kleikamp Date: Fri Jan 9 10:53:35 2009 -0600 jfs: clean up a dangling comment viro cleaned up an hlist hack, but left a comment where it no longer belongs. Combine the old comment with his new one. Signed-off-by: Dave Kleikamp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/