All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Dave Kleikamp <shaggy@kernel.org>,
	jfs-discussion@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs/jfs: remove unused MAXL2PAGES
Date: Tue, 21 Jan 2020 10:07:46 -0600	[thread overview]
Message-ID: <e040c2cd-7b5c-e91e-d357-e36668cc7589@oracle.com> (raw)
In-Reply-To: <1579596560-257920-1-git-send-email-alex.shi@linux.alibaba.com>

On 1/21/20 2:49 AM, Alex Shi wrote:
> No one use it from Linux-2.6.12-rc2, so better to remove it.

Looks good. I'm changing this to "This has never been used."

Applied to jfs-next

Thanks,
Shaggy

> 
> Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
> Cc: Dave Kleikamp <shaggy@kernel.org> 
> Cc: jfs-discussion@lists.sourceforge.net 
> Cc: linux-kernel@vger.kernel.org 
> ---
>  fs/jfs/jfs_dmap.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
> index caade185e568..7dfcab2a2da6 100644
> --- a/fs/jfs/jfs_dmap.c
> +++ b/fs/jfs/jfs_dmap.c
> @@ -4027,7 +4027,6 @@ static int dbGetL2AGSize(s64 nblocks)
>   */
>  #define MAXL0PAGES	(1 + LPERCTL)
>  #define MAXL1PAGES	(1 + LPERCTL * MAXL0PAGES)
> -#define MAXL2PAGES	(1 + LPERCTL * MAXL1PAGES)
>  
>  /*
>   * convert number of map pages to the zero origin top dmapctl level
> 

      reply	other threads:[~2020-01-21 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21  8:49 [PATCH] fs/jfs: remove unused MAXL2PAGES Alex Shi
2020-01-21 16:07 ` Dave Kleikamp [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e040c2cd-7b5c-e91e-d357-e36668cc7589@oracle.com \
    --to=dave.kleikamp@oracle.com \
    --cc=alex.shi@linux.alibaba.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shaggy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.