#define DEBUG_SUBSYSTEM S_SEC
#include <lu_object.h>
#include <lustre_acl.h>
-#include <lustre_eacl.h>
#include <obd_support.h>
#include <lustre_idmap.h>
#include <md_object.h>
+#include "mdd_internal.h"
#ifdef CONFIG_LUSTRE_FS_POSIX_ACL
return -EACCES;
}
-EXPORT_SYMBOL(lustre_posix_acl_permission);
/*
* Modify the ACL for the chmod.
return 0;
}
-EXPORT_SYMBOL(lustre_posix_acl_chmod_masq);
/*
* Returns 0 if the acl can be exactly represented in the traditional
*mode_p = (*mode_p & ~S_IRWXUGO) | mode;
return not_equiv;
}
-EXPORT_SYMBOL(lustre_posix_acl_equiv_mode);
/*
* Modify acl when creating a new object.
*pmode = (*pmode & ~S_IRWXUGO) | mode;
return not_equiv;
}
-EXPORT_SYMBOL(lustre_posix_acl_create_masq);
#endif