• C
    init: add an init_eaccess helper · eb9d7d39
    Christoph Hellwig 提交于
    Add a simple helper to check if a file exists based on kernel space file
    name and switch the early init code over to it.  Note that this
    theoretically changes behavior as it always is based on the effective
    permissions.  But during early init that doesn't make a difference.
    Signed-off-by: NChristoph Hellwig <hch@lst.de>
    eb9d7d39
main.c 36.9 KB