]> git.karo-electronics.de Git - mv-sheeva.git/commit
nfs41: remove uneeded checks in callback processing
authorAndy Adamson <andros@netapp.com>
Thu, 14 Jan 2010 22:45:06 +0000 (17:45 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 10 Feb 2010 13:30:57 +0000 (08:30 -0500)
commite95e60daee44fade63f32429ddcf1c2012a95632
treebc9a627467386a3a7629b81a4d25b8c1d191d701
parentb92b30190093377828efcde5fc4cf7598fa1ee46
nfs41: remove uneeded checks in callback processing

All callback operations have arguments to decode and require processing.
The preprocess_nfs4X_op functions catch unsupported or illegal ops so
decode_args and process_op pointers are always non NULL.

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