LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] remove nfs4_acl_add_ace()
@ 2007-03-25 14:58 Adrian Bunk
2007-03-25 22:53 ` [NFS] " J. Bruce Fields
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-03-25 14:58 UTC (permalink / raw)
To: Andrew Morton; +Cc: J. Bruce Fields, neilb, nfs, linux-kernel
nfs4_acl_add_ace() can now be removed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 20 Feb 2007
fs/nfsd/nfs4acl.c | 17 -----------------
include/linux/nfs4_acl.h | 1 -
2 files changed, 18 deletions(-)
--- linux-2.6.20-mm2/include/linux/nfs4_acl.h.old 2007-02-18 22:40:31.000000000 +0100
+++ linux-2.6.20-mm2/include/linux/nfs4_acl.h 2007-02-18 22:40:36.000000000 +0100
@@ -44,7 +44,6 @@
#define NFS4_ACL_MAX 170
struct nfs4_acl *nfs4_acl_new(int);
-void nfs4_acl_add_ace(struct nfs4_acl *, u32, u32, u32, int, uid_t);
int nfs4_acl_get_whotype(char *, u32);
int nfs4_acl_write_who(int who, char *p);
int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,
--- linux-2.6.20-mm2/fs/nfsd/nfs4acl.c.old 2007-02-18 22:40:43.000000000 +0100
+++ linux-2.6.20-mm2/fs/nfsd/nfs4acl.c 2007-02-18 22:41:50.000000000 +0100
@@ -137,7 +137,6 @@
static short ace2type(struct nfs4_ace *);
static void _posix_to_nfsv4_one(struct posix_acl *, struct nfs4_acl *,
unsigned int);
-void nfs4_acl_add_ace(struct nfs4_acl *, u32, u32, u32, int, uid_t);
struct nfs4_acl *
nfs4_acl_posix_to_nfsv4(struct posix_acl *pacl, struct posix_acl *dpacl,
@@ -785,21 +784,6 @@
return acl;
}
-void
-nfs4_acl_add_ace(struct nfs4_acl *acl, u32 type, u32 flag, u32 access_mask,
- int whotype, uid_t who)
-{
- struct nfs4_ace *ace = acl->aces + acl->naces;
-
- ace->type = type;
- ace->flag = flag;
- ace->access_mask = access_mask;
- ace->whotype = whotype;
- ace->who = who;
-
- acl->naces++;
-}
-
static struct {
char *string;
int stringlen;
@@ -851,6 +835,5 @@
}
EXPORT_SYMBOL(nfs4_acl_new);
-EXPORT_SYMBOL(nfs4_acl_add_ace);
EXPORT_SYMBOL(nfs4_acl_get_whotype);
EXPORT_SYMBOL(nfs4_acl_write_who);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [NFS] [2.6 patch] remove nfs4_acl_add_ace()
2007-03-25 14:58 [2.6 patch] remove nfs4_acl_add_ace() Adrian Bunk
@ 2007-03-25 22:53 ` J. Bruce Fields
0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2007-03-25 22:53 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Andrew Morton, neilb, nfs, linux-kernel
On Sun, Mar 25, 2007 at 04:58:32PM +0200, Adrian Bunk wrote:
> nfs4_acl_add_ace() can now be removed.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: J. Bruce Fields <bfields@citi.umich.edu>
--b.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-25 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-25 14:58 [2.6 patch] remove nfs4_acl_add_ace() Adrian Bunk
2007-03-25 22:53 ` [NFS] " J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).