Skip to content
  • David Howells's avatar
    afs: Handle CONFIG_PROC_FS=n · b6cfbeca
    David Howells authored
    
    
    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: default avatarAl Viro <viro@ZenIV.linux.org.uk>
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    b6cfbeca