Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327277
b: refs/heads/master
c: 91fa2cc
h: refs/heads/master
i:
  327275: b78e56d
v: v3
  • Loading branch information
Eric W. Biederman committed Sep 21, 2012
1 parent ec4cbf8 commit 60f0844
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: b9b73f7c4d45d69289aa16620b04430068dd3941
refs/heads/master: 91fa2ccaa87368314527ea7518c545063662d67f
4 changes: 2 additions & 2 deletions trunk/drivers/base/devtmpfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ static int handle_remove(const char *nodename, struct device *dev)
* before unlinking this node, reset permissions
* of possible references like hardlinks
*/
newattrs.ia_uid = 0;
newattrs.ia_gid = 0;
newattrs.ia_uid = GLOBAL_ROOT_UID;
newattrs.ia_gid = GLOBAL_ROOT_GID;
newattrs.ia_mode = stat.mode & ~0777;
newattrs.ia_valid =
ATTR_UID|ATTR_GID|ATTR_MODE;
Expand Down
1 change: 0 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ config UIDGID_CONVERTED
depends on NET_9P = n

# Filesystems
depends on DEVTMPFS = n
depends on XENFS = n

depends on 9P_FS = n
Expand Down

0 comments on commit 60f0844

Please sign in to comment.