* Re: [patch v2 2/4] percpu_counter: delete dead code
[not found] ` <20110413080517.566936500@sli10-conroe.sh.intel.com>
@ 2011-04-18 0:12 ` Ted Ts'o
0 siblings, 0 replies; only message in thread
From: Ted Ts'o @ 2011-04-18 0:12 UTC (permalink / raw)
To: shaohua.li; +Cc: linux-kernel, akpm, cl, tj, eric.dumazet, linux-ext4
I'll take care of merging this patch via the ext4 tree.
- Ted
On Wed, Apr 13, 2011 at 03:57:17PM +0800, shaohua.li@intel.com wrote:
> percpu_counter_sum_positive never returns negative.
>
> Signed-off-by: Shaohua Li <shaohua.li@intel.com>
>
> ---
> fs/ext4/balloc.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> Index: linux/fs/ext4/balloc.c
> ===================================================================
> --- linux.orig/fs/ext4/balloc.c 2011-04-12 16:22:59.000000000 +0800
> +++ linux/fs/ext4/balloc.c 2011-04-13 13:23:01.000000000 +0800
> @@ -507,11 +507,6 @@ static int ext4_has_free_blocks(struct e
> EXT4_FREEBLOCKS_WATERMARK) {
> free_blocks = percpu_counter_sum_positive(fbc);
> dirty_blocks = percpu_counter_sum_positive(dbc);
> - if (dirty_blocks < 0) {
> - printk(KERN_CRIT "Dirty block accounting "
> - "went wrong %lld\n",
> - (long long)dirty_blocks);
> - }
> }
> /* Check whether we have space after
> * accounting for current dirty blocks & root reserved blocks.
>
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-18 0:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110413075715.090406229@sli10-conroe.sh.intel.com>
[not found] ` <20110413080517.566936500@sli10-conroe.sh.intel.com>
2011-04-18 0:12 ` [patch v2 2/4] percpu_counter: delete dead code Ted Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).