diff --git a/[refs] b/[refs] index 332444640aa4..f88f49286f38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b0bfe9383a54cf35046980c61f5ff8fefa557d7 +refs/heads/master: c099aacd48ee73bd2de7da029e536ed005d72a43 diff --git a/trunk/fs/sysfs/symlink.c b/trunk/fs/sysfs/symlink.c index c5081ad77026..11374182ca67 100644 --- a/trunk/fs/sysfs/symlink.c +++ b/trunk/fs/sysfs/symlink.c @@ -210,10 +210,10 @@ static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *co } const struct inode_operations sysfs_symlink_inode_operations = { - .setxattr = sysfs_setxattr, - .readlink = generic_readlink, - .follow_link = sysfs_follow_link, - .put_link = sysfs_put_link, + .setxattr = sysfs_setxattr, + .readlink = generic_readlink, + .follow_link = sysfs_follow_link, + .put_link = sysfs_put_link, };