[XFS updates] XFS development tree branch, master, updated. v3.2-rc1-11433-g4505360

xfs at oss.sgi.com xfs at oss.sgi.com
Tue Jan 31 12:33:33 CST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".

The branch, master has been updated
  4505360 xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()
      from  9b025eb3a89e041bab6698e3858706be2385d692 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4505360376637832f79f84f352588b0a045ad113
Author: Mitsuo Hayasaka <mitsuo.hayasaka.hu at hitachi.com>
Date:   Fri Jan 27 06:37:26 2012 +0000

    xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()
    
    The kmem_realloc() in xfs is given KM_* memory allocation flags. And it
    allocates memory using kmalloc() after they are converted to gfp_mask
    flags. In xlog_recover_add_to_cont_trans(), 0u is passed to kmem_realloc(),
    instead of them. I guess it is preferred to use them, and here memory must
    be allocated but don't have to be done with GFP_ATOMIC. So, this patch
    changes it to KM_SLEEP.
    
    Signed-off-by: Mitsuo Hayasaka <mitsuo.hayasaka.hu at hitachi.com>
    Cc: Ben Myers <bpm at sgi.com>
    Cc: Alex Elder <elder at kernel.org>
    Cc: Christoph Hellwig <hch at lst.de>
    Reviewed-by: Christoph Hellwig <hch at lst.de>
    Signed-off-by: Ben Myers <bpm at sgi.com>

-----------------------------------------------------------------------

Summary of changes:
 fs/xfs/xfs_log_recover.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
XFS development tree



More information about the xfs mailing list