commit | 916db733deca5dc1e14ea8e3acfc121600a9f462 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jun 07 09:06:29 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:17:51 2020 +0200 |
tree | 4fab280d165f0784458ea3e1734de76c1aa3a653 | |
parent | bcbacc4909f1b93242ba2894d0282c151c9d0e68 [diff] |
init: initialize ramdisk_execute_command at compile time Set ramdisk_execute_command to "/init" at compile time. The command line can still override it, but this saves a few instructions and removes a NULL check. Signed-off-by: Christoph Hellwig <hch@lst.de>