Skip to content

Commit

Permalink
NFS: Remove unused function slot_idx
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Dec 5, 2012
1 parent 73e39aa commit c34309a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/nfs_fs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit c34309a

Please sign in to comment.