SYSFS_RENAME_LINK

Section: The Filesystem for Exporting K (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

sysfs_rename_link - rename symlink in object's directory.  

SYNOPSIS

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

ARGUMENTS

kobj

object we're acting for.

targ

object we're pointing to.

old

previous name of the symlink.

new

new name of the symlink.
 

DESCRIPTION

A helper function for the common rename symlink idiom.  

COPYRIGHT