diff options
| author | 2007-10-12 07:17:47 +0100 | |
|---|---|---|
| committer | 2007-10-12 00:29:50 -0700 | |
| commit | 782e3b3b3804c38d5130c7f21d7ec7bf6709023f (patch) | |
| tree | 54e790dfd52f0451189fa1591dc97bc5ff5f5866 /fs/xfs/linux-2.6/xfs_buf.c | |
| parent | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
| download | linux-dev-782e3b3b3804c38d5130c7f21d7ec7bf6709023f.tar.xz linux-dev-782e3b3b3804c38d5130c7f21d7ec7bf6709023f.zip | |
Fix up more bio fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 6a75f4d984a1..39f44ee572e8 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c @@ -1103,7 +1103,7 @@ _xfs_buf_ioend( } } -STATIC int +STATIC void xfs_buf_bio_end_io( struct bio *bio, int error) @@ -1139,7 +1139,6 @@ xfs_buf_bio_end_io( _xfs_buf_ioend(bp, 1); bio_put(bio); - return 0; } STATIC void |
