Re: [PATCH 1/1 linux-next] ext4: use swap() in mext_page_double_lock()

2015-06-14 Thread Theodore Ts'o
On Fri, Jun 12, 2015 at 06:59:15PM +0200, Fabian Frederick wrote: > Use kernel.h macro definition. > > Thanks to Julia Lawall for Coccinelle scripting support. > > Signed-off-by: Fabian Frederick Thanks, applied. - Ted -- To unsubscribe from this list: s

[PATCH 1/1 linux-next] ext4: use swap() in mext_page_double_lock()

2015-06-12 Thread Fabian Frederick
Use kernel.h macro definition. Thanks to Julia Lawall for Coccinelle scripting support. Signed-off-by: Fabian Frederick --- fs/ext4/move_extent.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c index 370420b..8c04afb 100