From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Christoph Hellwig <hch@lst.de>
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH 3/4] xfs: remove XFS_BUF_SET_BDSTRAT_FUNC
Date: Thu, 12 Mar 2020 07:56:52 -0700 [thread overview]
Message-ID: <20200312145652.GP8045@magnolia> (raw)
In-Reply-To: <20200312141715.550387-4-hch@lst.de>
On Thu, Mar 12, 2020 at 03:17:14PM +0100, Christoph Hellwig wrote:
> This function doesn't exist in the kernel and is purely a stub in
> xfsprogs, so remove it.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
--D
> ---
> libxfs/libxfs_priv.h | 1 -
> libxfs/logitem.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/libxfs/libxfs_priv.h b/libxfs/libxfs_priv.h
> index 723dddcd..d07d8f32 100644
> --- a/libxfs/libxfs_priv.h
> +++ b/libxfs/libxfs_priv.h
> @@ -367,7 +367,6 @@ roundup_64(uint64_t x, uint32_t y)
> #define XBF_DONE 0
> #define xfs_buf_stale(bp) ((bp)->b_flags |= LIBXFS_B_STALE)
> #define XFS_BUF_UNDELAYWRITE(bp) ((bp)->b_flags &= ~LIBXFS_B_DIRTY)
> -#define XFS_BUF_SET_BDSTRAT_FUNC(a,b) ((void) 0)
>
> static inline struct xfs_buf *xfs_buf_incore(struct xfs_buftarg *target,
> xfs_daddr_t blkno, size_t numblks, xfs_buf_flags_t flags)
> diff --git a/libxfs/logitem.c b/libxfs/logitem.c
> index b11df4fa..d0819dcb 100644
> --- a/libxfs/logitem.c
> +++ b/libxfs/logitem.c
> @@ -84,7 +84,6 @@ xfs_buf_item_init(
> * the first. If we do already have one, there is
> * nothing to do here so return.
> */
> - XFS_BUF_SET_BDSTRAT_FUNC(bp, xfs_bdstrat_cb);
> if (bp->b_log_item != NULL) {
> lip = bp->b_log_item;
> if (lip->li_type == XFS_LI_BUF) {
> --
> 2.24.1
>
next prev parent reply other threads:[~2020-03-12 14:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-12 14:17 misc xfsprogs cleanups Christoph Hellwig
2020-03-12 14:17 ` [PATCH 1/4] libxfs: turn the xfs_buf_incore stub into an inline function Christoph Hellwig
2020-03-12 14:56 ` Darrick J. Wong
2020-03-12 14:17 ` [PATCH 2/4] libxfs: remove xfs_buf_oneshot Christoph Hellwig
2020-03-12 14:53 ` Darrick J. Wong
2020-03-12 14:55 ` Christoph Hellwig
2020-03-12 14:17 ` [PATCH 3/4] xfs: remove XFS_BUF_SET_BDSTRAT_FUNC Christoph Hellwig
2020-03-12 14:56 ` Darrick J. Wong [this message]
2020-03-12 14:17 ` [PATCH 4/4] libxfs: remove libxfs_iomove Christoph Hellwig
2020-03-12 14:56 ` Darrick J. Wong
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=20200312145652.GP8045@magnolia \
--to=darrick.wong@oracle.com \
--cc=hch@lst.de \
--cc=linux-xfs@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox