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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs3acl.c b/fs/nfsd/nfs3acl.c
index ff73596eb550..526d85a65f76 100644
--- a/fs/nfsd/nfs3acl.c
+++ b/fs/nfsd/nfs3acl.c
@@ -13,6 +13,7 @@
13#include <linux/nfsd/xdr3.h> 13#include <linux/nfsd/xdr3.h>
14#include <linux/posix_acl.h> 14#include <linux/posix_acl.h>
15#include <linux/nfsacl.h> 15#include <linux/nfsacl.h>
16#include "vfs.h"
16 17
17#define RETURN_STATUS(st) { resp->status = (st); return (st); } 18#define RETURN_STATUS(st) { resp->status = (st); return (st); }
18 19