From: Trond Myklebust Date: Mon, 26 Nov 2012 19:33:03 +0000 (-0500) Subject: NFS: Remove unused function slot_idx X-Git-Tag: firefly_0821_release~3680^2~1413^2~35 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c34309a45ea491e5f0c0d0af49ccfa018ff35fc1;p=firefly-linux-kernel-4.4.55.git NFS: Remove unused function slot_idx Signed-off-by: Trond Myklebust --- diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 30715508fade..e707c1b69796 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -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 */