diff options
| author | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-20 19:08:52 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 14:24:53 -0500 |
| commit | c099aacd48ee73bd2de7da029e536ed005d72a43 (patch) | |
| tree | 73f5d636d36a20e590d594944894c5e7bc2b4ba8 /fs/sysfs | |
| parent | 6b0bfe9383a54cf35046980c61f5ff8fefa557d7 (diff) | |
sysfs: Nicely indent sysfs_symlink_inode_operations
Lining up the functions in sysfs_symlink_inode_operations
follows the pattern in the rest of sysfs and makes things
slightly more readable.
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs')
| -rw-r--r-- | fs/sysfs/symlink.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c index c5081ad77026..11374182ca67 100644 --- a/fs/sysfs/symlink.c +++ b/fs/sysfs/symlink.c | |||
| @@ -210,10 +210,10 @@ static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *co | |||
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | const struct inode_operations sysfs_symlink_inode_operations = { | 212 | const struct inode_operations sysfs_symlink_inode_operations = { |
| 213 | .setxattr = sysfs_setxattr, | 213 | .setxattr = sysfs_setxattr, |
| 214 | .readlink = generic_readlink, | 214 | .readlink = generic_readlink, |
| 215 | .follow_link = sysfs_follow_link, | 215 | .follow_link = sysfs_follow_link, |
| 216 | .put_link = sysfs_put_link, | 216 | .put_link = sysfs_put_link, |
| 217 | }; | 217 | }; |
| 218 | 218 | ||
| 219 | 219 | ||
