]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-support-migrate_discard-fix
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 7 Sep 2012 00:23:56 +0000 (10:23 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Sep 2012 06:18:11 +0000 (16:18 +1000)
whitespace fixlet

Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michal Nazarewicz <mina86@mina86.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/migrate.c

index 2de7709455f1acbd5e46a5c7715e77dffc442225..0eeb24c1f50162c5dc3605f7d86612129ad3ae8f 100644 (file)
@@ -681,8 +681,8 @@ static int move_to_new_page(struct page *newpage, struct page *page,
 static int discard_page(struct page *page)
 {
        int ret = -EAGAIN;
-
        struct address_space *mapping = page_mapping(page);
+
        if (page_has_private(page))
                if (!try_to_release_page(page, GFP_KERNEL))
                        return ret;