Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137582
b: refs/heads/master
c: 795e2fe
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 29, 2009
1 parent 8ed4300 commit 7bcef6d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7c2c7d993044cddc5010f6f429b100c63bc7dffb
refs/heads/master: 795e2fe0a3b69dbc040d7efcf517e0cbad6901d0
5 changes: 4 additions & 1 deletion trunk/include/linux/fs_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#include <linux/path.h>

struct fs_struct {
atomic_t count;
atomic_t count; /* This usage count is used by check_unsafe_exec() for
* security checking purposes - therefore it may not be
* incremented, except by clone(CLONE_FS).
*/
rwlock_t lock;
int umask;
struct path root, pwd;
Expand Down

0 comments on commit 7bcef6d

Please sign in to comment.