diff options
author | Ricardo Labiaga <Ricardo.Labiaga@netapp.com> | 2009-12-05 16:08:39 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-12-05 16:08:39 -0500 |
commit | 8b173218bd7dfa5723ab96cc37b32dc380446bab (patch) | |
tree | a76643bf957bc6d693812eb27e4523b28859b358 /fs | |
parent | 0556d1a6958ba15659ac2089ebc0a3c5e71f08a8 (diff) |
Cleanup some NFSv4 XDR decode comments
Signed-off-by: Ricardo Labiaga <Ricardo.Labiaga@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index f740472370aa..bc8711d30296 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -5340,7 +5340,7 @@ out: | |||
5340 | } | 5340 | } |
5341 | 5341 | ||
5342 | /* | 5342 | /* |
5343 | * FSINFO request | 5343 | * Decode FSINFO response |
5344 | */ | 5344 | */ |
5345 | static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, __be32 *p, | 5345 | static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, __be32 *p, |
5346 | struct nfs4_fsinfo_res *res) | 5346 | struct nfs4_fsinfo_res *res) |
@@ -5361,7 +5361,7 @@ static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, __be32 *p, | |||
5361 | } | 5361 | } |
5362 | 5362 | ||
5363 | /* | 5363 | /* |
5364 | * PATHCONF request | 5364 | * Decode PATHCONF response |
5365 | */ | 5365 | */ |
5366 | static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, __be32 *p, | 5366 | static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, __be32 *p, |
5367 | struct nfs4_pathconf_res *res) | 5367 | struct nfs4_pathconf_res *res) |
@@ -5382,7 +5382,7 @@ static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, __be32 *p, | |||
5382 | } | 5382 | } |
5383 | 5383 | ||
5384 | /* | 5384 | /* |
5385 | * STATFS request | 5385 | * Decode STATFS response |
5386 | */ | 5386 | */ |
5387 | static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, __be32 *p, | 5387 | static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, __be32 *p, |
5388 | struct nfs4_statfs_res *res) | 5388 | struct nfs4_statfs_res *res) |
@@ -5403,7 +5403,7 @@ static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, __be32 *p, | |||
5403 | } | 5403 | } |
5404 | 5404 | ||
5405 | /* | 5405 | /* |
5406 | * GETATTR_BITMAP request | 5406 | * Decode GETATTR_BITMAP response |
5407 | */ | 5407 | */ |
5408 | static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req, __be32 *p, struct nfs4_server_caps_res *res) | 5408 | static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req, __be32 *p, struct nfs4_server_caps_res *res) |
5409 | { | 5409 | { |
@@ -5442,7 +5442,7 @@ static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, __be32 *p, void *dummy) | |||
5442 | } | 5442 | } |
5443 | 5443 | ||
5444 | /* | 5444 | /* |
5445 | * a SETCLIENTID request | 5445 | * Decode SETCLIENTID response |
5446 | */ | 5446 | */ |
5447 | static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req, __be32 *p, | 5447 | static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req, __be32 *p, |
5448 | struct nfs_client *clp) | 5448 | struct nfs_client *clp) |
@@ -5459,7 +5459,7 @@ static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req, __be32 *p, | |||
5459 | } | 5459 | } |
5460 | 5460 | ||
5461 | /* | 5461 | /* |
5462 | * a SETCLIENTID_CONFIRM request | 5462 | * Decode SETCLIENTID_CONFIRM response |
5463 | */ | 5463 | */ |
5464 | static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_fsinfo *fsinfo) | 5464 | static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_fsinfo *fsinfo) |
5465 | { | 5465 | { |
@@ -5479,7 +5479,7 @@ static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req, __be32 *p, str | |||
5479 | } | 5479 | } |
5480 | 5480 | ||
5481 | /* | 5481 | /* |
5482 | * DELEGRETURN request | 5482 | * Decode DELEGRETURN response |
5483 | */ | 5483 | */ |
5484 | static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_delegreturnres *res) | 5484 | static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_delegreturnres *res) |
5485 | { | 5485 | { |
@@ -5505,7 +5505,7 @@ out: | |||
5505 | } | 5505 | } |
5506 | 5506 | ||
5507 | /* | 5507 | /* |
5508 | * FS_LOCATIONS request | 5508 | * Decode FS_LOCATIONS response |
5509 | */ | 5509 | */ |
5510 | static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req, __be32 *p, | 5510 | static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req, __be32 *p, |
5511 | struct nfs4_fs_locations_res *res) | 5511 | struct nfs4_fs_locations_res *res) |
@@ -5535,7 +5535,7 @@ out: | |||
5535 | 5535 | ||
5536 | #if defined(CONFIG_NFS_V4_1) | 5536 | #if defined(CONFIG_NFS_V4_1) |
5537 | /* | 5537 | /* |
5538 | * EXCHANGE_ID request | 5538 | * Decode EXCHANGE_ID response |
5539 | */ | 5539 | */ |
5540 | static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp, uint32_t *p, | 5540 | static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp, uint32_t *p, |
5541 | void *res) | 5541 | void *res) |
@@ -5552,7 +5552,7 @@ static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp, uint32_t *p, | |||
5552 | } | 5552 | } |
5553 | 5553 | ||
5554 | /* | 5554 | /* |
5555 | * a CREATE_SESSION request | 5555 | * Decode CREATE_SESSION response |
5556 | */ | 5556 | */ |
5557 | static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp, uint32_t *p, | 5557 | static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp, uint32_t *p, |
5558 | struct nfs41_create_session_res *res) | 5558 | struct nfs41_create_session_res *res) |
@@ -5569,7 +5569,7 @@ static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp, uint32_t *p, | |||
5569 | } | 5569 | } |
5570 | 5570 | ||
5571 | /* | 5571 | /* |
5572 | * a DESTROY_SESSION request | 5572 | * Decode DESTROY_SESSION response |
5573 | */ | 5573 | */ |
5574 | static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp, uint32_t *p, | 5574 | static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp, uint32_t *p, |
5575 | void *dummy) | 5575 | void *dummy) |
@@ -5586,7 +5586,7 @@ static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp, uint32_t *p, | |||
5586 | } | 5586 | } |
5587 | 5587 | ||
5588 | /* | 5588 | /* |
5589 | * a SEQUENCE request | 5589 | * Decode SEQUENCE response |
5590 | */ | 5590 | */ |
5591 | static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp, uint32_t *p, | 5591 | static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp, uint32_t *p, |
5592 | struct nfs4_sequence_res *res) | 5592 | struct nfs4_sequence_res *res) |
@@ -5603,7 +5603,7 @@ static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp, uint32_t *p, | |||
5603 | } | 5603 | } |
5604 | 5604 | ||
5605 | /* | 5605 | /* |
5606 | * a GET_LEASE_TIME request | 5606 | * Decode GET_LEASE_TIME response |
5607 | */ | 5607 | */ |
5608 | static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp, uint32_t *p, | 5608 | static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp, uint32_t *p, |
5609 | struct nfs4_get_lease_time_res *res) | 5609 | struct nfs4_get_lease_time_res *res) |