svn commit: r218236 - projects/graid/head/sys/geom/raid
Warner Losh
imp at FreeBSD.org
Thu Feb 3 20:04:38 UTC 2011
Author: imp
Date: Thu Feb 3 20:04:37 2011
New Revision: 218236
URL: http://svn.freebsd.org/changeset/base/218236
Log:
Last second compile nits
Modified:
projects/graid/head/sys/geom/raid/g_raid.c
Modified: projects/graid/head/sys/geom/raid/g_raid.c
==============================================================================
--- projects/graid/head/sys/geom/raid/g_raid.c Thu Feb 3 19:59:00 2011 (r218235)
+++ projects/graid/head/sys/geom/raid/g_raid.c Thu Feb 3 20:04:37 2011 (r218236)
@@ -912,10 +912,10 @@ g_raid_start_request(struct bio *bp)
G_RAID_TR_IOSTART(vol->v_tr, bp);
}
-
-sttic void
+static void
g_raid_finish_with_locked_ranges(struct g_raid_volume *vol, struct bio *bp)
{
+ off_t off, len;
struct bio *nbp;
struct g_raid_lock *lp;
@@ -948,7 +948,6 @@ g_raid_finish_with_locked_ranges(struct
void
g_raid_iodone(struct bio *bp, int error)
{
- off_t off, len;
struct g_raid_softc *sc;
struct g_raid_volume *vol;
More information about the svn-src-projects
mailing list