Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306018
b: refs/heads/master
c: ab27b91
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed May 15, 2012
1 parent 0502f85 commit 863d6fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 091bd3ea4e7ff4da8509978b9be93dc9d8cf0680
refs/heads/master: ab27b91b9f1937ddb9e0eb0d0892728f852b48cf
4 changes: 2 additions & 2 deletions trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ static struct sysfs_inode_attrs *sysfs_init_inode_attrs(struct sysfs_dirent *sd)

/* assign default attributes */
iattrs->ia_mode = sd->s_mode;
iattrs->ia_uid = 0;
iattrs->ia_gid = 0;
iattrs->ia_uid = GLOBAL_ROOT_UID;
iattrs->ia_gid = GLOBAL_ROOT_GID;
iattrs->ia_atime = iattrs->ia_mtime = iattrs->ia_ctime = CURRENT_TIME;

return attrs;
Expand Down
1 change: 0 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,6 @@ config UIDGID_CONVERTED
depends on QNX6FS_FS = n
depends on REISERFS_FS = n
depends on SQUASHFS = n
depends on SYSFS = n
depends on SYSV_FS = n
depends on TMPFS = n
depends on UBIFS_FS = n
Expand Down

0 comments on commit 863d6fb

Please sign in to comment.