Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5464
b: refs/heads/master
c: 9ca1eb3
h: refs/heads/master
v: v3
  • Loading branch information
Maneesh Soni authored and Linus Torvalds committed Jul 29, 2005
1 parent 282a3e9 commit 00fbbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bc062b1b5c6bef4e3a29c7fda57967251d12beb0
refs/heads/master: 9ca1eb3282b6050c295adb296761f8d26baf4ca5
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int sysfs_setattr(struct dentry * dentry, struct iattr * iattr)

if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID))
mode &= ~S_ISGID;
sd_iattr->ia_mode = mode;
sd_iattr->ia_mode = sd->s_mode = mode;
}

return error;
Expand Down

0 comments on commit 00fbbfa

Please sign in to comment.