Skip to content
Snippets Groups Projects
Commit c34309a4 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Remove unused function slot_idx

parent 73e39aaa
No related branches found
No related tags found
No related merge requests found
...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment