NFSv4.1: Label each entry in the session slot tables with its slot number
Instead of doing slot table pointer gymnastics every time we want to know which slot we're using. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -189,6 +189,7 @@ struct nfs4_channel_attrs {
|
||||
struct nfs4_slot {
|
||||
struct nfs4_slot_table *table;
|
||||
unsigned long renewal_time;
|
||||
u32 slot_nr;
|
||||
u32 seq_nr;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user