aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/nfs3acl.c')
-rw-r--r--fs/nfsd/nfs3acl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/nfsd/nfs3acl.c b/fs/nfsd/nfs3acl.c
index 2f5c61bea908..c6011ddbadc0 100644
--- a/fs/nfsd/nfs3acl.c
+++ b/fs/nfsd/nfs3acl.c
@@ -6,10 +6,11 @@
6 * Copyright (C) 2002-2003 Andreas Gruenbacher <agruen@suse.de> 6 * Copyright (C) 2002-2003 Andreas Gruenbacher <agruen@suse.de>
7 */ 7 */
8 8
9#include <linux/nfsd/nfsd.h> 9#include "nfsd.h"
10#include <linux/nfsd/cache.h> 10/* FIXME: nfsacl.h is a broken header */
11#include <linux/nfsd/xdr3.h>
12#include <linux/nfsacl.h> 11#include <linux/nfsacl.h>
12#include "cache.h"
13#include "xdr3.h"
13#include "vfs.h" 14#include "vfs.h"
14 15
15#define RETURN_STATUS(st) { resp->status = (st); return (st); } 16#define RETURN_STATUS(st) { resp->status = (st); return (st); }