fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
These helpers are just very thin wrappers now. Remove them. Reviewed-by: Miklos Szeredi <mszeredi@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
@@ -529,7 +529,7 @@ static int inotify_update_existing_watch(struct fsnotify_group *group,
|
||||
|
||||
/* update the inode with this new fsn_mark */
|
||||
if (dropped || do_inode)
|
||||
fsnotify_recalc_inode_mask(inode);
|
||||
fsnotify_recalc_mask(inode->i_fsnotify_marks);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user