summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2020-07-22 14:58:44 +0200
committerJan Kara <jack@suse.cz>2020-07-27 23:13:51 +0200
commit82ace1efb3cb1d49a1681cc6e31156047d5ae1f2 (patch)
tree1d0f8cc34211dfe9aa9c29e36b758d004043a38b /fs/notify/fsnotify.c
parentfsnotify: send event to parent and child with single callback (diff)
downloadlinux-82ace1efb3cb1d49a1681cc6e31156047d5ae1f2.tar.xz
linux-82ace1efb3cb1d49a1681cc6e31156047d5ae1f2.zip
fsnotify: create helper fsnotify_inode()
Simple helper to consolidate biolerplate code. Link: https://lore.kernel.org/r/20200722125849.17418-5-amir73il@gmail.com Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/notify/fsnotify.c')
-rw-r--r--fs/notify/fsnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c
index 0b0e01e04349..ba172b742de5 100644
--- a/fs/notify/fsnotify.c
+++ b/fs/notify/fsnotify.c
@@ -74,7 +74,7 @@ static void fsnotify_unmount_inodes(struct super_block *sb)
iput(iput_inode);
/* for each watch, send FS_UNMOUNT and then remove it */
- fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0);
+ fsnotify_inode(inode, FS_UNMOUNT);
fsnotify_inode_delete(inode);