Commit e322bf0d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Dave Kleikamp

JFS: remove superflous return at the end of lbmIODone

parent c926e9ec
...@@ -1990,6 +1990,7 @@ static void lbmIODone(struct bio *bio) ...@@ -1990,6 +1990,7 @@ static void lbmIODone(struct bio *bio)
jERROR(1, ("lbmIODone: I/O error in JFS log\n")); jERROR(1, ("lbmIODone: I/O error in JFS log\n"));
} }
bio_put(bio); bio_put(bio);
/* /*
...@@ -2107,7 +2108,6 @@ static void lbmIODone(struct bio *bio) ...@@ -2107,7 +2108,6 @@ static void lbmIODone(struct bio *bio)
LCACHE_UNLOCK(flags); /* unlock+enable */ LCACHE_UNLOCK(flags); /* unlock+enable */
} }
return;
} }
int jfsIOWait(void *arg) int jfsIOWait(void *arg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment