Re: [PATCH v2 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE

From: John Garry
Date: Tue Oct 29 2024 - 04:57:35 EST


On 27/10/2024 18:17, Ritesh Harjani (IBM) wrote:
FS needs to add the fmode capability in order to support atomic writes
during file open (refer kiocb_set_rw_flags()). Set this capability on
a regular file if ext4 can do atomic write.

Signed-off-by: Ritesh Harjani (IBM)<ritesh.list@xxxxxxxxx>

Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>