Re: [RFC 02/39] uapi: Remove kernel internal declaration

2015-04-24 Thread Andreas Grünbacher
2015-04-20 20:57 GMT+02:00 J. Bruce Fields : > On Fri, Mar 27, 2015 at 05:50:00PM +0100, Andreas Gruenbacher wrote: >> The enum nfs4_acl_whotype is only used in nfs4d's internal nfs4 acl >> representation. No longer expose it to user space. > > I'll go ahead and apply that now. There's other very

Re: [RFC 02/39] uapi: Remove kernel internal declaration

2015-04-20 Thread J. Bruce Fields
On Fri, Mar 27, 2015 at 05:50:00PM +0100, Andreas Gruenbacher wrote: > The enum nfs4_acl_whotype is only used in nfs4d's internal nfs4 acl > representation. No longer expose it to user space. I'll go ahead and apply that now. --b. > > Signed-off-by: Andreas Gruenbacher > --- > include/linux/n

[RFC 02/39] uapi: Remove kernel internal declaration

2015-03-27 Thread Andreas Gruenbacher
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: Andreas Gruenbacher --- include/linux/nfs4.h | 7 +++ include/uapi/linux/nfs4.h | 7 --- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git