提交 a4722a64 编写于 作者: E Eric Sandeen 提交者: Darrick J. Wong

xfs: remove unused iolock arg from xfs_break_dax_layouts

Signed-off-by: NEric Sandeen <sandeen@redhat.com>
Reviewed-by: NAllison Henderson <allison.henderson@oracle.com>
Reviewed-by: NDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: NDarrick J. Wong <darrick.wong@oracle.com>
上级 bb00b6f1
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册