summaryrefslogtreecommitdiff
blob: 7615815be02c63322ab6cb8cec4610227c0e0ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From dda026a81c36cdf6fe384f83601f3aa69044d3e3 Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@gmail.com>
Date: Sun, 27 Sep 2009 09:58:17 -0400
Subject: [PATCH] 2.6.30 fixes.

Backport:
http://www.pvfs.org/fisheye/changelog/PVFS/src/kernel?cs=MAIN:pcarns:20090630184815
---
 src/kernel/linux-2.6/acl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/kernel/linux-2.6/acl.c b/src/kernel/linux-2.6/acl.c
index 290851b..0b1f529 100644
--- a/src/kernel/linux-2.6/acl.c
+++ b/src/kernel/linux-2.6/acl.c
@@ -31,6 +31,7 @@
 #include <linux/xattr_acl.h>
 #endif
 #include "bmi-byteswap.h"
+#include <linux/fs_struct.h>
 
 /*
  * Encoding and Decoding the extended attributes so that we can
-- 
1.6.3.3