summaryrefslogtreecommitdiff
path: root/fs/orangefs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-02-22 14:28:50 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2018-02-22 14:28:50 -0500
commit304ec482f562885b178b370cd50340447585d1c0 (patch)
tree2c3af786edfaa06df4d5829bfc369b38f1b8fc77 /fs/orangefs
parent37b3c6a6404f00ed14f72ada07af58bf9b2c0bca (diff)
get rid of pointless includes of fs_struct.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/acl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/orangefs/acl.c b/fs/orangefs/acl.c
index 480ea059a680..10587413b20e 100644
--- a/fs/orangefs/acl.c
+++ b/fs/orangefs/acl.c
@@ -9,7 +9,6 @@
#include "orangefs-kernel.h"
#include "orangefs-bufmap.h"
#include <linux/posix_acl_xattr.h>
-#include <linux/fs_struct.h>
struct posix_acl *orangefs_get_acl(struct inode *inode, int type)
{