Re: [PATCH]xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()

2013-01-28 Thread Ben Myers
On Sun, Jan 20, 2013 at 10:24:49AM +0100, Torsten Kaiser wrote: > From: Torsten Kaiser > > Commit fb59581404ab7ec5075299065c22cb211a9262a9 removed > xfs_flushinval_pages() and changed its callers to use > filemap_write_and_wait() and truncate_pagecache_range() directly. > > But in

Re: [PATCH]xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()

2013-01-28 Thread Ben Myers
On Sun, Jan 20, 2013 at 10:24:49AM +0100, Torsten Kaiser wrote: From: Torsten Kaiser just.for.l...@googlemail.com Commit fb59581404ab7ec5075299065c22cb211a9262a9 removed xfs_flushinval_pages() and changed its callers to use filemap_write_and_wait() and truncate_pagecache_range() directly.

[PATCH]xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()

2013-01-20 Thread Torsten Kaiser
From: Torsten Kaiser 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]xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()

2013-01-20 Thread Torsten Kaiser
From: Torsten Kaiser just.for.l...@googlemail.com 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