On Thu, Aug 08, 2024 at 03:27:05PM GMT, Josef Bacik wrote: > From: Amir Goldstein <[email protected]> > > FS_PRE_ACCESS or FS_PRE_MODIFY will be generated on open depending on > file open mode. The pre-content event will be generated in addition to > FS_OPEN_PERM, but without sb_writers held and after file was truncated > in case file was opened with O_CREAT and/or O_TRUNC. > > The event will have a range info of (0..0) to provide an opportunity > to fill entire file content on open. > > Signed-off-by: Amir Goldstein <[email protected]> > ---
More magic hooks in that code... Reviewed-by: Christian Brauner <[email protected]>
