[PATCH 2/3] xfs: use generic per-cpu counter infrastructure
Christoph Hellwig
hch at infradead.org
Thu Dec 16 09:36:34 CST 2010
On Mon, Dec 13, 2010 at 12:21:52PM +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> XFS has a per-cpu counter implementation for in-core superblock
> counters that pre-dated the generic implementation. It is complex
> and baroque as it is tailored directly to the needs of ENOSPC
> detection.
>
> Now that the generic percpu counter infrastructure has the
> percpu_counter_add_unless_lt() function that implements the
> necessary threshold checks for us, switch the XFS per-cpu
> superblock counters to use the generic percpu counter
> infrastructure.
>
> Signed-off-by: Dave Chinner <dchinner at redhat.com>
Looks good to me,
Reviewed-by: Christoph Hellwig <hch at lst.de>
A little nipick:
> -#ifdef HAVE_PERCPU_SB
> ASSERT(field < XFS_SBS_ICOUNT || field > XFS_SBS_FDBLOCKS);
> -#endif
No need to keep this assert - xfs_mod_incore_sb_unlocked already
has one for unknown fields.
More information about the xfs
mailing list