diff options
author | Shirish Pargaonkar <shirishp@us.ibm.com> | 2007-10-03 18:22:19 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-03 18:22:19 +0000 |
commit | d0d66c443aefa51d5dbdd6a1d9b135a2a0e469cc (patch) | |
tree | e30ee8cac1bef527cbf9610a82c493e0002fd9c1 /fs/cifs/cifssmb.c | |
parent | a8a11d399fc3c70f2aa645c7472235a06e8b8efa (diff) |
[CIFS] CIFS ACL support (part 2)
Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index a6ff324bc13..90b8f8d64d6 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -34,10 +34,10 @@ #include <asm/uaccess.h> #include "cifspdu.h" #include "cifsglob.h" +#include "cifsacl.h" #include "cifsproto.h" #include "cifs_unicode.h" #include "cifs_debug.h" -#include "cifsacl.h" #ifdef CONFIG_CIFS_POSIX static struct { |