aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs_sb.h5
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 {
225 struct completion complete; 225 struct completion complete;
226}; 226};
227 227
228static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp)
229{
230 return sp - tbl->slots;
231}
232
233/* 228/*
234 * Session related parameters 229 * Session related parameters
235 */ 230 */