13 Aug, 2013

2 commits

  • With the new xfs_trans_res structure has been introduced, the log
    reservation size, log count as well as log flags are pre-initialized
    at mount time. So it's time to refine xfs_trans_reserve() interface
    to be more neat.

    Also, introduce a new helper M_RES() to return a pointer to the
    mp->m_resv structure to simplify the input.

    Signed-off-by: Jie Liu
    Signed-off-by: Dave Chinner
    Reviewed-by: Mark Tinguely
    Signed-off-by: Ben Myers

    Jie Liu
     
  • The attribute inactivation code is not used by userspace, so like
    the attribute listing, split it out into a separate file to minimise
    the differences between the filesystem shared with libxfs in
    userspace.

    Signed-off-by: Dave Chinner
    Reviewed-by: Mark Tinguely
    Signed-off-by: Ben Myers

    Dave Chinner