summaryrefslogtreecommitdiff
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2014-06-24 16:51:12 -0400
committerJ. Bruce Fields <bfields@redhat.com>2014-07-08 17:14:25 -0400
commitce043ac826f3ad224142f84d860316a5fd05f79c (patch)
treef8e05919cde31ec787c3722bcff58715c518f5ad /fs/nfsd/xdr4.h
parent7fb84306f55d6cc32ea894d47cbb2faa18c8f45b (diff)
nfsd4: remove unused defer_free argument
28e05dd8457c "knfsd: nfsd4: represent nfsv4 acl with array instead of linked list" removed the last user that wanted a custom free function. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r--fs/nfsd/xdr4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h
index b8bf63a21e3b..4379cc871607 100644
--- a/fs/nfsd/xdr4.h
+++ b/fs/nfsd/xdr4.h
@@ -488,7 +488,6 @@ struct nfsd4_compoundargs {
__be32 * tmpp;
struct tmpbuf {
struct tmpbuf *next;
- void (*release)(const void *);
void *buf;
} *to_free;