diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-22 12:46:56 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:59 -0400 |
commit | c1e32da616a17813f11b701a7a87775d35c12e3a (patch) | |
tree | 3808b0e9572f2a25ab116f230a7832a8fe2365db | |
parent | ed0dab6b86cee64e9072107f65fa40629f162b38 (diff) |
Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
-rw-r--r-- | fs/btrfs/acl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/acl.c b/fs/btrfs/acl.c index 27bb841fafeb..ff0fcc72848a 100644 --- a/fs/btrfs/acl.c +++ b/fs/btrfs/acl.c @@ -20,6 +20,7 @@ #include <linux/string.h> #include <linux/xattr.h> #include <linux/posix_acl_xattr.h> +#include <linux/sched.h> #include "ctree.h" #include "xattr.h" #ifndef is_owner_or_cap |