]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4.1: Fix a NFSv4.1 session initialisation regression
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 Feb 2012 01:33:19 +0000 (20:33 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 17 Feb 2012 22:33:39 +0000 (17:33 -0500)
commitf86f36a6ae625eda87a13e1ea102a908e08f491b
tree4facbd3378390f4a571bbc169e197a3373f39159
parentb9f9a03150969e4bd9967c20bce67c4de769058f
NFSv4.1: Fix a NFSv4.1 session initialisation regression

Commit aacd553 (NFSv4.1: cleanup init and reset of session slot tables)
introduces a regression in the session initialisation code. New tables
now find their sequence ids initialised to 0, rather than the mandated
value of 1 (see RFC5661).

Fix the problem by merging nfs4_reset_slot_table() and nfs4_init_slot_table().
Since the tbl->max_slots is initialised to 0, the test in
nfs4_reset_slot_table for max_reqs != tbl->max_slots will automatically
pass for an empty table.

Reported-by: Vitaliy Gusev <gusev.vitaliy@nexenta.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c