From 7bcef6df9e43fffcb30f394ebb537982bc768af9 Mon Sep 17 00:00:00 2001 From: David Howells Date: Sat, 28 Mar 2009 23:23:01 +0000 Subject: [PATCH] --- yaml --- r: 137582 b: refs/heads/master c: 795e2fe0a3b69dbc040d7efcf517e0cbad6901d0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fs_struct.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d4e894065ce6..58e0854ab113 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7c2c7d993044cddc5010f6f429b100c63bc7dffb +refs/heads/master: 795e2fe0a3b69dbc040d7efcf517e0cbad6901d0 diff --git a/trunk/include/linux/fs_struct.h b/trunk/include/linux/fs_struct.h index a97c053d3a9a..18b467dbe278 100644 --- a/trunk/include/linux/fs_struct.h +++ b/trunk/include/linux/fs_struct.h @@ -4,7 +4,10 @@ #include 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;