]> git.baikalelectronics.ru Git - kernel.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)
commit9833edcb3053bb5e28dd65cbbe45b05154c114c8
tree4facbd3378390f4a571bbc169e197a3373f39159
parentb3a117d0a06c47555c311a50b2c7627919baedce
NFSv4.1: Fix a NFSv4.1 session initialisation regression

Commit e7b8010 (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