• Christoph Hellwig's avatar
    [PATCH] split namei.h out of fs.h · 26d7de18
    Christoph Hellwig authored
    Currently fs.h is full of unrelated declarations and included in almost
    any source file. Thus it makes sense to spilt certain aspects out that are
    only used by few users.
    
    This patch starts with the namei/path lookup interface and splits it into
    <linux/namei.h> which is now directly included by the 24 files that actually
    need it.
    26d7de18
ksyms.c 15.9 KB