Re: [PATCH 17/21] Percpu tag allocator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 13, 2013 at 06:18:54PM -0700, Kent Overstreet wrote:
> +struct tag_pool {
> +	unsigned			watermark;
> +	unsigned			nr_tags;
> +
> +	struct tag_cpu_freelist		*tag_cpu;
> +
> +	struct {
> +		/* Global freelist */
> +		unsigned		nr_free;
> +		unsigned		*free;
> +		spinlock_t		lock;
> +		struct list_head	wait;
> +	} ____cacheline_aligned;
> +};

Come on, Kent.  No comment at all in the whole posting and no
justification for the patch or explanation of use cases?

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux