]> rtime.felk.cvut.cz Git - linux-imx.git/commit
nfsd4: warn on odd create_session state
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 12 Mar 2013 14:12:37 +0000 (10:12 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Apr 2013 15:48:34 +0000 (11:48 -0400)
commit78389046f733564d5c2c94f0b8d6ff0cdae951d9
treeed4317ab1f47f65e03a72eb95e1a82bcb8338e95
parent491402a7876e91aa491c33f70ed4e86e59f06c8b
nfsd4: warn on odd create_session state

This should never happen.

(Note: the comparable case in setclientid_confirm *can* happen, since
updating a client record can result in both confirmed and unconfirmed
records with the same clientid.)

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c