Skip to content
  • Nicholas Bellinger's avatar
    dlm: Make DLM depend on CONFIGFS_FS · 86c747d2
    Nicholas Bellinger authored
    
    
    This patch fixes the following kconfig error after changing
    CONFIGFS_FS -> select SYSFS:
    
    fs/sysfs/Kconfig:1:error: recursive dependency detected!
    fs/sysfs/Kconfig:1:	symbol SYSFS is selected by CONFIGFS_FS
    fs/configfs/Kconfig:1:	symbol CONFIGFS_FS is selected by DLM
    fs/dlm/Kconfig:1:	symbol DLM depends on SYSFS
    
    Signed-off-by: default avatarNicholas A. Bellinger <nab@linux-iscsi.org>
    Cc: Joel Becker <jlbec@evilplan.org>
    Cc: Randy Dunlap <randy.dunlap@oracle.com>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: James Bottomley <James.Bottomley@suse.de>
    86c747d2