diff options
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( | |||
1103 | } | 1103 | } |
1104 | } | 1104 | } |
1105 | 1105 | ||
1106 | STATIC int | 1106 | STATIC void |
1107 | xfs_buf_bio_end_io( | 1107 | xfs_buf_bio_end_io( |
1108 | struct bio *bio, | 1108 | struct bio *bio, |
1109 | int error) | 1109 | int error) |
@@ -1139,7 +1139,6 @@ xfs_buf_bio_end_io( | |||
1139 | 1139 | ||
1140 | _xfs_buf_ioend(bp, 1); | 1140 | _xfs_buf_ioend(bp, 1); |
1141 | bio_put(bio); | 1141 | bio_put(bio); |
1142 | return 0; | ||
1143 | } | 1142 | } |
1144 | 1143 | ||
1145 | STATIC void | 1144 | STATIC void |