Sfoglia il codice sorgente

xfs: Remove obsolete declaration of xfs_buf_get_empty

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>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Nikolay Borisov 8 anni fa
parent
commit
422e5b53ed
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      fs/xfs/xfs_buf.h

+ 0 - 1
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);