| commit | 8d8fe64237646fdd2c2de2722ec4189a5999119d | [log] [tgz] |
|---|---|---|
| author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Sat Oct 13 12:58:00 2007 -0500 |
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Oct 13 11:14:04 2007 -0700 |
| tree | a547758928d70b6e6d1a7a0a2c3ee2455eb576bf | |
| parent | ffb035591f2736921d5dadcf8597bc1da1ba71e5 [diff] |
JFS: Bio cleanup: Replace missing return statements
commit e30408b2a99cb7b8bf529c7dc2328a19d71894cf ("JFS: fix bio-related
build breakage") removed some "return 0;" statements, rather than
changing them to null returns.
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>