From 1c79c7ed4ad06dc4a435e3295beb9b651b41cb93 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Fri, 20 Nov 2009 16:08:52 -0800 Subject: [PATCH] --- yaml --- r: 175024 b: refs/heads/master c: c099aacd48ee73bd2de7da029e536ed005d72a43 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/sysfs/symlink.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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, };