Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c34309a4 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Remove unused function slot_idx

parent 73e39aaa
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
 */