Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54244fec authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

xfs: remove the unused xfs_buf_delwri_sort function

parent cb669ca5
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1721,14 +1721,6 @@ xfs_buf_cmp(
	return 0;
}

void
xfs_buf_delwri_sort(
	xfs_buftarg_t	*target,
	struct list_head *list)
{
	list_sort(NULL, list, xfs_buf_cmp);
}

STATIC int
xfsbufd(
	void		*data)