• D
    afs: Handle CONFIG_PROC_FS=n · b6cfbeca
    David Howells 提交于
    The AFS filesystem depends at the moment on /proc for configuration and
    also presents information that way - however, this causes a compilation
    failure if procfs is disabled.
    
    Fix it so that the procfs bits aren't compiled in if procfs is disabled.
    
    This means that you can't configure the AFS filesystem directly, but it is
    still usable provided that an up-to-date keyutils is installed to look up
    cells by SRV or AFSDB DNS records.
    Reported-by: NAl Viro <viro@ZenIV.linux.org.uk>
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    b6cfbeca
internal.h 41.1 KB