splice: report related fsnotify events
authorChung-Chiang Cheng <cccheng@synology.com>
Wed, 22 Mar 2023 06:25:19 +0000 (14:25 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 4 Apr 2023 13:57:24 +0000 (15:57 +0200)
commit983652c691990b3257a07f67f4263eb847baa82d
tree15d3201ca0564af3e5b0005db13571cfa1734aac
parent364595a6851bf64e1c38224ae68f5dd6651906d1
splice: report related fsnotify events

The fsnotify ACCESS and MODIFY event are missing when manipulating a file
with splice(2).

Signed-off-by: Chung-Chiang Cheng <cccheng@synology.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: Jan Kara <jack@suse.cz>
Message-Id: <20230322062519.409752-1-cccheng@synology.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/splice.c