summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-06 14:49:58 +0200
committerChristoph Hellwig <hch@lst.de>2020-07-30 08:22:47 +0200
commitbef173299613404f55b11180d9a865861637f31d (patch)
treeae9c16bffe55d739ab86c4e106a39ce21512885c /init/do_mounts_initrd.c
parent899ac10cc0bdaaee3b908e390bf94d2f1ba5d512 (diff)
downloadlinux-bef173299613404f55b11180d9a865861637f31d.tar.bz2
initrd: switch initrd loading to struct file based APIs
There is no good reason to mess with file descriptors from in-kernel code, switch the initrd loading to struct file based read and writes instead. Also Pass an explicit offset instead of ->f_pos, and to make that easier, use file scope file structs and offsets everywhere except for identify_ramdisk_image instead of the current strange mix. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions