Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bff17523 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by J. Bruce Fields
Browse files

uapi: Remove kernel internal declaration



The enum nfs4_acl_whotype is only used in nfs4d's internal nfs4 acl
representation. No longer expose it to user space.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent bb7ffbf2
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,13 @@
#include <linux/uidgid.h>
#include <linux/uidgid.h>
#include <uapi/linux/nfs4.h>
#include <uapi/linux/nfs4.h>


enum nfs4_acl_whotype {
	NFS4_ACL_WHO_NAMED = 0,
	NFS4_ACL_WHO_OWNER,
	NFS4_ACL_WHO_GROUP,
	NFS4_ACL_WHO_EVERYONE,
};

struct nfs4_ace {
struct nfs4_ace {
	uint32_t	type;
	uint32_t	type;
	uint32_t	flag;
	uint32_t	flag;
+0 −7
Original line number Original line Diff line number Diff line
@@ -162,13 +162,6 @@
 */
 */
#define NFS4_MAX_BACK_CHANNEL_OPS 2
#define NFS4_MAX_BACK_CHANNEL_OPS 2


enum nfs4_acl_whotype {
	NFS4_ACL_WHO_NAMED = 0,
	NFS4_ACL_WHO_OWNER,
	NFS4_ACL_WHO_GROUP,
	NFS4_ACL_WHO_EVERYONE,
};

#endif /* _UAPI_LINUX_NFS4_H */
#endif /* _UAPI_LINUX_NFS4_H */


/*
/*