--- zzzz-none-000/linux-2.6.39.4/fs/notify/inotify/inotify_fsnotify.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/fs/notify/inotify/inotify_fsnotify.c 2021-11-10 13:38:17.000000000 +0000 @@ -95,7 +95,6 @@ struct fsnotify_event *event) { struct inotify_inode_mark *i_mark; - struct inode *to_tell; struct inotify_event_private_data *event_priv; struct fsnotify_event_private_data *fsn_event_priv; struct fsnotify_event *added_event; @@ -106,8 +105,6 @@ pr_debug("%s: group=%p event=%p to_tell=%p mask=%x\n", __func__, group, event, event->to_tell, event->mask); - to_tell = event->to_tell; - i_mark = container_of(inode_mark, struct inotify_inode_mark, fsn_mark); wd = i_mark->wd;