linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Nikolay Borisov <nborisov@suse.com>
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH] xfs: Remove obsolete declaration of xfs_buf_get_empty
Date: Mon, 27 Mar 2017 13:05:58 -0700	[thread overview]
Message-ID: <20170327200558.GI5738@birch.djwong.org> (raw)
In-Reply-To: <1490644909-30636-1-git-send-email-nborisov@suse.com>

On Mon, Mar 27, 2017 at 11:01:49PM +0300, Nikolay Borisov wrote:
> This function has been removed ever since at least 3.12-era. No need to
> keep its declaration in the header so nuke it.
> 
> Signed-off-by: Nikolay Borisov <nborisov@suse.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

Will queue this for 4.12.

--D

> ---
>  fs/xfs/xfs_buf.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h
> index 3c867e5a63e1..e1bc1af743fa 100644
> --- a/fs/xfs/xfs_buf.h
> +++ b/fs/xfs/xfs_buf.h
> @@ -291,7 +291,6 @@ xfs_buf_readahead(
>  	return xfs_buf_readahead_map(target, &map, 1, ops);
>  }
>  
> -struct xfs_buf *xfs_buf_get_empty(struct xfs_buftarg *target, size_t numblks);
>  void xfs_buf_set_empty(struct xfs_buf *bp, size_t numblks);
>  int xfs_buf_associate_memory(struct xfs_buf *bp, void *mem, size_t length);
>  
> -- 
> 2.7.4
> 

      reply	other threads:[~2017-03-27 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27 20:01 [PATCH] xfs: Remove obsolete declaration of xfs_buf_get_empty Nikolay Borisov
2017-03-27 20:05 ` Darrick J. Wong [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=20170327200558.GI5738@birch.djwong.org \
    --to=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=nborisov@suse.com \
    /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 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).