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

Commit a4722a64 authored by Eric Sandeen's avatar Eric Sandeen Committed by Darrick J. Wong
Browse files

xfs: remove unused iolock arg from xfs_break_dax_layouts

parent bb00b6f1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -735,7 +735,6 @@ xfs_wait_dax_page(
static int
xfs_break_dax_layouts(
	struct inode		*inode,
	uint			iolock,
	bool			*did_unlock)
{
	struct page		*page;
@@ -766,7 +765,7 @@ xfs_break_layouts(
		retry = false;
		switch (reason) {
		case BREAK_UNMAP:
			error = xfs_break_dax_layouts(inode, *iolock, &retry);
			error = xfs_break_dax_layouts(inode, &retry);
			if (error || retry)
				break;
			/* fall through */