]> www.infradead.org Git - users/hch/block.git/commit
init: refactor mount_root
authorChristoph Hellwig <hch@lst.de>
Wed, 12 Apr 2023 09:00:41 +0000 (11:00 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 31 May 2023 08:00:46 +0000 (10:00 +0200)
commit32a93d5db7fd5670d6dbe83d9526b84b0c1224a2
treead00d81aa16566f760b693d1dd9022de4f336532
parentcaa29aef438f3ddc029c049eb15c76b5a259481d
init: refactor mount_root

Provide stubs for all the lower level mount helpers, and just switch
on ROOT_DEV in the main function.

Signed-off-by: Christoph Hellwig <hch@lst.de>
init/do_mounts.c