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 /fs/btrfs/acl.c | |
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>
Diffstat (limited to 'fs/btrfs/acl.c')
-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 @@ | |||
20 | #include <linux/string.h> | 20 | #include <linux/string.h> |
21 | #include <linux/xattr.h> | 21 | #include <linux/xattr.h> |
22 | #include <linux/posix_acl_xattr.h> | 22 | #include <linux/posix_acl_xattr.h> |
23 | #include <linux/sched.h> | ||
23 | #include "ctree.h" | 24 | #include "ctree.h" |
24 | #include "xattr.h" | 25 | #include "xattr.h" |
25 | #ifndef is_owner_or_cap | 26 | #ifndef is_owner_or_cap |