提交 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( ...@@ -735,7 +735,6 @@ xfs_wait_dax_page(
static int static int
xfs_break_dax_layouts( xfs_break_dax_layouts(
struct inode *inode, struct inode *inode,
uint iolock,
bool *did_unlock) bool *did_unlock)
{ {
struct page *page; struct page *page;
...@@ -766,7 +765,7 @@ xfs_break_layouts( ...@@ -766,7 +765,7 @@ xfs_break_layouts(
retry = false; retry = false;
switch (reason) { switch (reason) {
case BREAK_UNMAP: case BREAK_UNMAP:
error = xfs_break_dax_layouts(inode, *iolock, &retry); error = xfs_break_dax_layouts(inode, &retry);
if (error || retry) if (error || retry)
break; break;
/* fall through */ /* fall through */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册