• E
    nodedev: Move the sysfs-related cap handling to node_device_conf.c · f83c7c88
    Erik Skultety 提交于
    The capabilities are defined/parsed/formatted/queried from this module,
    no reason for 'update' not being part of the module as well. This also
    involves some module-specific prefix changes.
    This patch also drops the node_device_linux_sysfs module from the repo
    since:
    a) it only contained the capability handlers we just moved
    b) it's only linked with the driver (by design) and thus unreachable to
    other modules
    c) we touch sysfs across all the src/util modules so the module being
    deleted hasn't been serving its original intention for some time already.
    Signed-off-by: NErik Skultety <eskultet@redhat.com>
    f83c7c88
Makefile.am 100.6 KB