NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / nfs_fs_sb.h
index 97c8f91..b041287 100644 (file)
@@ -209,6 +209,7 @@ struct nfs_server {
 /* Sessions */
 #define SLOT_TABLE_SZ DIV_ROUND_UP(NFS4_MAX_SLOT_TABLE, 8*sizeof(long))
 struct nfs4_slot_table {
+       struct nfs4_session *session;           /* Parent session */
        struct nfs4_slot *slots;                /* seqid per slot */
        unsigned long   used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */
        spinlock_t      slot_tbl_lock;