diff options
author | Christoph Hellwig <hch@lst.de> | 2019-10-25 07:25:37 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-10-28 16:37:54 +0100 |
commit | 25a409572b5f6e3af6b2264f6a358b71505fb0d6 (patch) | |
tree | 501d5edb04c69604484ec1f51860b6ed2a2888de /fs/xfs/xfs_buf.h | |
parent | xfs: Sanity check flags of Q_XQUOTARM call (diff) | |
download | linux-25a409572b5f6e3af6b2264f6a358b71505fb0d6.tar.xz linux-25a409572b5f6e3af6b2264f6a358b71505fb0d6.zip |
xfs: mark xfs_buf_free static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index f6ce17d8d848..56e081dd1d96 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h @@ -244,7 +244,6 @@ int xfs_buf_read_uncached(struct xfs_buftarg *target, xfs_daddr_t daddr, void xfs_buf_hold(struct xfs_buf *bp); /* Releasing Buffers */ -extern void xfs_buf_free(xfs_buf_t *); extern void xfs_buf_rele(xfs_buf_t *); /* Locking and Unlocking Buffers */ |