Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175007
b: refs/heads/master
c: f38506c
h: refs/heads/master
i:
  175005: 93b89c8
  175003: 639569c
  174999: b42069b
  174991: c5b679a
  174975: 0421c6b
v: v3
  • Loading branch information
Stefan Richter authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent eb86dcd commit 3d6230b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68ea809af47d8a4dd92dd3a8720882767fdf51b6
refs/heads/master: f38506c49dab2751567423865941f32f2ea61c45
3 changes: 2 additions & 1 deletion trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int __init sysfs_inode_init(void)
return bdi_init(&sysfs_backing_dev_info);
}

struct sysfs_inode_attrs *sysfs_init_inode_attrs(struct sysfs_dirent *sd)
static struct sysfs_inode_attrs *sysfs_init_inode_attrs(struct sysfs_dirent *sd)
{
struct sysfs_inode_attrs *attrs;
struct iattr *iattrs;
Expand All @@ -64,6 +64,7 @@ struct sysfs_inode_attrs *sysfs_init_inode_attrs(struct sysfs_dirent *sd)

return attrs;
}

int sysfs_setattr(struct dentry * dentry, struct iattr * iattr)
{
struct inode * inode = dentry->d_inode;
Expand Down

0 comments on commit 3d6230b

Please sign in to comment.