diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-06-25 00:51:12 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-07-09 01:14:25 +0400 |
commit | ce043ac826f3ad224142f84d860316a5fd05f79c (patch) | |
tree | f8e05919cde31ec787c3722bcff58715c518f5ad /fs/nfsd/xdr4.h | |
parent | 7fb84306f55d6cc32ea894d47cbb2faa18c8f45b (diff) | |
download | linux-ce043ac826f3ad224142f84d860316a5fd05f79c.tar.xz |
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.h | 1 |
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; |