Skip to content

Commit d138027

Browse files
committed
NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequence
Signed-off-by: Trond Myklebust <[email protected]>
1 parent 2e80dbe commit d138027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/nfs/callback_proc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ __be32 nfs4_callback_sequence(struct cb_sequenceargs *args,
484484
goto out;
485485

486486
tbl = &clp->cl_session->bc_slot_table;
487-
slot = tbl->slots + args->csa_slotid;
488487

489488
/* Set up res before grabbing the spinlock */
490489
memcpy(&res->csr_sessionid, &args->csa_sessionid,

0 commit comments

Comments
 (0)