nfsd41: xdr infrastructure
authorAndy Adamson <andros@netapp.com>
Fri, 3 Apr 2009 05:27:55 +0000 (08:27 +0300)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 4 Apr 2009 00:41:14 +0000 (17:41 -0700)
commit2db134eb3b39faefc7fbfb200156d175edba2f68
treedd07afee13667410cb64dba1de3a80c54d1bd989
parent5282fd724b667b7d65f2e41e405a825e58a78813
nfsd41: xdr infrastructure

Define nfsd41_dec_ops vector and add it to nfsd4_minorversion for
minorversion 1.

Note: nfsd4_enc_ops vector is shared for v4.0 and v4.1
since we don't need to filter out obsolete ops as this is
done in the decoding phase.

exchange_id, create_session, destroy_session, and sequence ops are
implemented as stubs returning nfserr_opnotsupp at this stage.

[was nfsd41: xdr stubs]
[get rid of CONFIG_NFSD_V4_1]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4xdr.c
include/linux/nfsd/xdr4.h