Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168707
b: refs/heads/master
c: 978b405
h: refs/heads/master
i:
  168705: d519699
  168703: 98fbea8
v: v3
  • Loading branch information
Peter Zijlstra authored and Linus Torvalds committed Nov 18, 2009
1 parent 9b1c06f commit 8d36bf8
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 9ebd4eba761b624a6a6c9189335adeddcb1fa0e0
refs/heads/master: 978b4053aefd422713f289f2a315ce2acba62018
4 changes: 2 additions & 2 deletions trunk/fs/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static int f_setown_ex(struct file *filp, unsigned long arg)
type = PIDTYPE_PID;
break;

case F_OWNER_GID:
case F_OWNER_PGRP:
type = PIDTYPE_PGID;
break;

Expand Down Expand Up @@ -321,7 +321,7 @@ static int f_getown_ex(struct file *filp, unsigned long arg)
break;

case PIDTYPE_PGID:
owner.type = F_OWNER_GID;
owner.type = F_OWNER_PGRP;
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

#define F_OWNER_TID 0
#define F_OWNER_PID 1
#define F_OWNER_GID 2
#define F_OWNER_PGRP 2

struct f_owner_ex {
int type;
Expand Down

0 comments on commit 8d36bf8

Please sign in to comment.