]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFS fix cb_sequence error processing
authorAndy Adamson <andros@netapp.com>
Tue, 25 Jan 2011 15:38:02 +0000 (15:38 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 25 Jan 2011 20:26:51 +0000 (15:26 -0500)
commit2c4cdf8f6d3cfb48036400952329555099c8c92c
tree06a2c1d0ff7bfc959cb62eca51ef5d8e08781f4a
parent778be232a207e79088ba70d832ac25dfea6fbf1a
NFS fix cb_sequence error processing

Always assign the cb_process_state nfs_client pointer so a processing error
in cb_sequence after the nfs_client is found and referenced returns
a non-NULL cb_process_state nfs_client and the matching nfs_put_client in
nfs4_callback_compound dereferences the client.

Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback_proc.c