This reverts commit e340cf28e7635d2f2c146a1efa4100c63a4e1a1d.

Not needed after the 5f816f6345ad ("ms/fs: fix guard_bio_eod to
check for real EOD errors")

https://jira.sw.ru/browse/PSBM-96006

Signed-off-by: Konstantin Khorenko <[email protected]>
---
 fs/buffer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/buffer.c b/fs/buffer.c
index e9a4c65eed73..2774c8bfb24e 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -3032,7 +3032,6 @@ void guard_bio_eod(int rw, struct bio *bio)
 
        /* Truncate the bio.. */
        bio->bi_size -= truncated_bytes;
-       BUG_ON(truncated_bytes > bvec->bv_len);
        bvec->bv_len -= truncated_bytes;
 
        /* ..and clear the end of the buffer for reads */
-- 
2.15.1

_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to