s390/mm: correct transfer of dirty & young bits in __pmd_to_pte
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 22 Apr 2015 08:26:20 +0000 (10:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 23 Apr 2015 14:56:20 +0000 (16:56 +0200)
The dirty & young bit from the pmd is not copied correctly to the
pseudo pte in __pmd_to_pte. In fact it is not copied at all, the
bits get lost. As the old style huge page currently does not need
the dirty & young information this has no effect, but may be needed
in the future.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/hugetlbpage.c

Simple merge