]> www.infradead.org Git - users/willy/xarray.git/commit
nfs: Convert cb_ident_idr to XArray
authorMatthew Wilcox <willy@infradead.org>
Sat, 3 Nov 2018 16:14:05 +0000 (12:14 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 14:29:40 +0000 (10:29 -0400)
commitd77da3a1609f0415559057a8af1976f408cca54f
tree39d829ba8276a35d77d2dc2f902a15e4effe8be1
parent2031ca39bc46e08a7d5fba2910937014ee741f67
nfs: Convert cb_ident_idr to XArray

Rename it to cb_ids.  The XArray does not need a 'destroy' function to
be called, so remove all trace of nfs_cleanup_cb_ident_idr().  Pass the
nfs_net parameter to nfs_cb_id_remove_locked() so it doesn't have to
look that up again.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
fs/nfs/client.c
fs/nfs/netns.h
fs/nfs/nfs4client.c