[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160623080854.08bf0d4f@lwn.net>
Date: Thu, 23 Jun 2016 08:08:54 -0600
From: Jonathan Corbet <corbet@....net>
To: "Tiezhu Yang" <kernelpatch@....com>
Cc: shli@...nel.org, linux-doc@...r.kernel.org,
linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation: fix wrong value in md.txt
On Fri, 17 Jun 2016 09:40:02 +0800 (CST)
"Tiezhu Yang" <kernelpatch@....com> wrote:
> I read drivers/md/raid5.c and find the following related code:
> 1) in function 'raid5_set_cache_size':
> if (size <= 16 || size > 32768)
> return -EINVAL;
> 2) #define NR_STRIPES 256
>
> So the lower limit value of stripe_cache_size should be 17 and
> the default value should be 256.
Applied to the docs tree, thanks.
jon
Powered by blists - more mailing lists