Commit c34309a4 authored by Trond Myklebust's avatar Trond Myklebust

NFS: Remove unused function slot_idx

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 73e39aaa
...@@ -225,11 +225,6 @@ struct nfs4_slot_table { ...@@ -225,11 +225,6 @@ struct nfs4_slot_table {
struct completion complete; struct completion complete;
}; };
static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp)
{
return sp - tbl->slots;
}
/* /*
* Session related parameters * Session related parameters
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment