diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-26 23:33:03 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-12-06 03:30:46 +0400 |
commit | c34309a45ea491e5f0c0d0af49ccfa018ff35fc1 (patch) | |
tree | d56d244dce9cefbba50bc9e4310a630fda4892f1 /include/linux/nfs_fs_sb.h | |
parent | 73e39aaa8366694450cd6034050f542f965e277d (diff) | |
download | linux-c34309a45ea491e5f0c0d0af49ccfa018ff35fc1.tar.xz |
NFS: Remove unused function slot_idx
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |