diff options
Diffstat (limited to 'linux/dev/glue/block.c')
-rw-r--r-- | linux/dev/glue/block.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/dev/glue/block.c b/linux/dev/glue/block.c index 0d324df6..709a8572 100644 --- a/linux/dev/glue/block.c +++ b/linux/dev/glue/block.c @@ -456,6 +456,8 @@ check_rw_block (int nr, struct buffer_head **bh) if (sector != sectorl) return -EOVERFLOW; } + + return 0; } /* Perform the I/O operation RW on the buffer list BH |