Prev: padata: Use a timer to handle the reorder queues
Next: [PATCH 07/10] staging: rt2860: use new hex_to_bin() method
From: Alex Elder on 30 Apr 2010 13:20 I expect this won't make it for 2.6.34-rc6, so if not, please pull it for 2.6.34-rc7. This change addresses a regression that went into 2.6.34-rc1, which can lead to memory exhaustion in some situations. -Alex The following changes since commit 79dba2eaa771c3173957eccfd288e0e0d12e4d3f: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 (2010-04-28 20:40:17 -0700) are available in the git repository at: git://oss.sgi.com/xfs/xfs for-linus Dave Chinner (1): xfs: add a shrinker to background inode reclaim fs/xfs/linux-2.6/xfs_super.c | 5 ++ fs/xfs/linux-2.6/xfs_sync.c | 112 +++++++++++++++++++++++++++++++++++++--- fs/xfs/linux-2.6/xfs_sync.h | 7 ++- fs/xfs/quota/xfs_qm_syscalls.c | 3 +- fs/xfs/xfs_ag.h | 1 + fs/xfs/xfs_mount.h | 1 + 6 files changed, 120 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |