summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
diff options
context:
space:
mode:
authorBenny Halevy2008-12-23 22:06:16 +0100
committerTrond Myklebust2008-12-23 22:06:16 +0100
commit49c2559e29884fbb13fd273a108b213decd1d8a5 (patch)
tree825ae090d1e4a8518eda56a899d45bd75c920017 /fs/nfs/nfs4xdr.c
parentNFS: fix tabs in nfs4xdr.c (diff)
downloadkernel-qcow2-linux-49c2559e29884fbb13fd273a108b213decd1d8a5.tar.gz
kernel-qcow2-linux-49c2559e29884fbb13fd273a108b213decd1d8a5.tar.xz
kernel-qcow2-linux-49c2559e29884fbb13fd273a108b213decd1d8a5.zip
NFS: fix comment placement in nfs4xdr.c
Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r--fs/nfs/nfs4xdr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
index 29656c5090c2..273d0010060c 100644
--- a/fs/nfs/nfs4xdr.c
+++ b/fs/nfs/nfs4xdr.c
@@ -3790,6 +3790,10 @@ static int decode_delegreturn(struct xdr_stream *xdr)
}
/*
+ * END OF "GENERIC" DECODE ROUTINES.
+ */
+
+/*
* Decode OPEN_DOWNGRADE response
*/
static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
@@ -3814,10 +3818,6 @@ out:
}
/*
- * END OF "GENERIC" DECODE ROUTINES.
- */
-
-/*
* Decode ACCESS response
*/
static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_accessres *res)