From: Torsten Kaiser Date: Sun, 20 Jan 2013 09:24:49 +0000 (+0100) Subject: xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages() X-Git-Tag: v3.8-rc6~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e3aa77f1b0269720660a6879f6f28d158f54c8;p=pandora-kernel.git xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages() Commit fb59581404ab7ec5075299065c22cb211a9262a9 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: Torsten Kaiser Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed