Whamcloud - gitweb
LU-15590 libext2fs: fix direct I/O read
[tools/e2fsprogs.git] / lib / ext2fs / unix_io.c
index 5b2962f..09ea4fe 100644 (file)
@@ -311,7 +311,7 @@ bounce_read:
                        size += really_read;
                        goto short_read;
                }
-               actual = size;
+
                if (actual > align_size)
                        actual = align_size;
                actual -= offset;