commit | 20cce026c3e0972017b9cb4a7cccfb8cacf187d5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 22 11:11:45 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:17:52 2020 +0200 |
tree | d3e48d9708b1864d9c4dc8addefd3340699120e8 | |
parent | 8fb9f73e5a539ab3aa4785f30fb52c65fa98600c [diff] |
init: add an init_rmdir helper Add a simple helper to rmdir with a kernel space file name and switch the early init code over to it. Remove the now unused ksys_rmdir. Signed-off-by: Christoph Hellwig <hch@lst.de>