• Patrick Mochel's avatar
    sysfs: make symlinks easier. · 0862416e
    Patrick Mochel authored
    It's now
    
    int sysfs_create_link(struct kobject * kobj, struct kobject * target, char * name)
    
    So, the caller doesn't have to determine the path of the target nor the depth of
    the object we're creating the symlink for; it's all taken care of.
    0862416e
inode.c 14.3 KB