projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d564f
)
NFS: fix comment placement in nfs4xdr.c
author
Benny Halevy
<bhalevy@panasas.com>
Tue, 23 Dec 2008 21:06:16 +0000
(16:06 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 21:06:16 +0000
(16:06 -0500)
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4xdr.c
b/fs/nfs/nfs4xdr.c
index 29656c5090c27006fda97a0da40a2438fa60baf0..273d0010060c8dc139449204c99a436c2a298221 100644
(file)
--- a/
fs/nfs/nfs4xdr.c
+++ b/
fs/nfs/nfs4xdr.c
@@
-3789,6
+3789,10
@@
static int decode_delegreturn(struct xdr_stream *xdr)
return decode_op_hdr(xdr, OP_DELEGRETURN);
}
+/*
+ * END OF "GENERIC" DECODE ROUTINES.
+ */
+
/*
* Decode OPEN_DOWNGRADE response
*/
@@
-3813,10
+3817,6
@@
out:
return status;
}
-/*
- * END OF "GENERIC" DECODE ROUTINES.
- */
-
/*
* Decode ACCESS response
*/