Skip to content
Commit 65e3aa77 authored by Torsten Kaiser's avatar Torsten Kaiser Committed by Ben Myers
Browse files

xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()

Commit fb595814

 removed
xfs_flushinval_pages() and changed its callers to use
filemap_write_and_wait() and  truncate_pagecache_range() directly.

But in xfs_swap_extents() this change accidental switched the argument
for 'tip' to 'ip'. This patch switches it back to 'tip'

Signed-off-by: default avatarTorsten Kaiser <just.for.lkml@googlemail.com>
Reviewed-by: default avatarBen Myers <bpm@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 4b05d09c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment