Hi Linus, Please pull the following two bugfixes in XFS for 3.3. One fix passes KMEM_SLEEP to kmem_realloc instead of 0, and the other resolves a possible deadlock in xfs quotas. Thanks, Ben The following changes since commit 612b8507c5d545feed2437b3d2239929cac7688d: Linus Torvalds (1): Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux are available in the git repository at: git://oss.sgi.com/xfs/xfs for-linus Christoph Hellwig (1): xfs: use a normal shrinker for the dquot freelist Mitsuo Hayasaka (1): xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() fs/xfs/kmem.h | 6 - fs/xfs/xfs_dquot.c | 103 ++++------------ fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_qm.c | 291 ++++++++++++++++++---------------------------- fs/xfs/xfs_qm.h | 14 --- fs/xfs/xfs_qm_stats.c | 4 +- fs/xfs/xfs_trace.h | 5 +- 7 files changed, 142 insertions(+), 283 deletions(-) _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs