NFS: Remove unused function slot_idx
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user