* [PATCH][TRIVIAL 2.4] Unused label in net/sunrpc/xdr.c
@ 2003-08-09 16:11 Stephane Ouellette
0 siblings, 0 replies; only message in thread
From: Stephane Ouellette @ 2003-08-09 16:11 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Folks,
the following patch removes an unused label in net/sunrpc/xdr.c
The patch applies to 2.4.22-rc1-ac1.
Stephane Ouellette.
[-- Attachment #2: xdr.c-2.4.22-rc1-ac1.diff --]
[-- Type: text/plain, Size: 326 bytes --]
--- linux-2.4.22-rc1-ac1-orig/net/sunrpc/xdr.c Fri Aug 8 22:34:34 2003
+++ linux-2.4.22-rc1-ac1-fixed/net/sunrpc/xdr.c Sat Aug 9 10:50:39 2003
@@ -231,7 +231,7 @@
iov->iov_base = (char *)xdr->tail[0].iov_base + base;
iov++;
}
- out:
+
return (iov - iov_base);
out_err:
for (; first_kmap != ppage; first_kmap++)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-09 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-09 16:11 [PATCH][TRIVIAL 2.4] Unused label in net/sunrpc/xdr.c Stephane Ouellette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox