ACK.
Dima, this is very minor, but nevertheless -- please write short
description of what changed next time. (it takes a while for a reader to
find out that s/EXT4_STATE_CSUM/EXT4_STATE_PFCACHE_CSUM is the only
change you did since v1)
Thanks,
Maxim
On 09/29/2015 03:38 AM, Dmitry Monakhov w
Maxim, please review the patch.
--
Best regards,
Konstantin Khorenko,
Virtuozzo Linux Kernel Team
On 09/29/2015 01:38 PM, Dmitry Monakhov wrote:
___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel
___
>From 83ea3af40033e4214383a9846d8180d9c096c2e0 Mon Sep 17 00:00:00 2001
From: Dmitry Monakhov
Date: Tue, 29 Sep 2015 14:35:25 +0400
Subject: [RH7 PATCH] ext4: drop pfcache csum on fallocate v2
If fallocate will change file's data we have to drop csum.
https://jira.sw.ru/browse/PSBM-33644
Signed
Dmitry Monakhov writes:
Please ignore this patch, use second version instead
> If fallocate will change file's data we have to drop csum.
>
> Signed-off-by: Dmitry Monakhov
> ---
> fs/ext4/extents.c |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/fs/ext4/extent
If fallocate will change file's data we have to drop csum.
Signed-off-by: Dmitry Monakhov
---
fs/ext4/extents.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index 08b0709..fe95102 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/e