[GIT PULL] Initramfs fix for 4.12-rc1

From: Stafford Horne
Date: Fri May 05 2017 - 03:32:20 EST


Hi Linus,

This is a fix for an issue that has caused 4.11 to not boot on OpenRISC. I
should have caught this during the 4.11 cycle but I had been busy on
testing some other series of patches.

I would have considered pushing it though a different path but Al Viro
suggested submitting directly to you.

Also, its just one as I havent really got anything else ready on my queue
for 4.12.

Fixes:
o Ensure fput() flush is done even for builtin initramfs

-Stafford

The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12:

Linux 4.11 (2017-04-30 19:47:48 -0700)

are available in the git repository at:

git://github.com/stffrdhrn/linux.git tags/initramfs-fix-4.12-rc1

for you to fetch changes up to 17a9be31747535184f2af156b1f080ec4c92a952:

initramfs: Always do fput() and load modules after rootfs populate (2017-05-05 16:01:08 +0900)

----------------------------------------------------------------
Fix for initramfs for 4.12-rc1

----------------------------------------------------------------
Stafford Horne (1):
initramfs: Always do fput() and load modules after rootfs populate

init/initramfs.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)