1
0
Fork 0

NFS: Remove unused function slot_idx

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
hifive-unleashed-5.1
Trond Myklebust 2012-11-26 14:33:03 -05:00
parent 73e39aaa83
commit c34309a45e
1 changed files with 0 additions and 5 deletions

View File

@ -225,11 +225,6 @@ struct nfs4_slot_table {
struct completion complete;
};
static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp)
{
return sp - tbl->slots;
}
/*
* Session related parameters
*/