1. NAME

sysfs_rename_link - rename symlink in objectAqs directory.

2. SYNOPSIS

int sysfs_rename_link(struct kobject *  kobj , struct kobject *  targ , const char *  old , const char *  new );

3. ARGUMENTS

kobj
    object weAqre acting for.

targ
    object weAqre pointing to.

old
    previous name of the symlink.

new
    new name of the symlink.

4. DESCRIPTION

A helper function for the common rename symlink idiom.

5. COPYRIGHT