commit | 7377f5bec13332bc470856f337935be6cabbcf24 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sun May 26 17:34:11 2019 +0300 |
committer | Jan Kara <jack@suse.cz> | Thu Jun 20 14:47:54 2019 +0200 |
tree | b2906da2c692ddddfcd63ba74c8ee1e1747ec508 | |
parent | 49246466a98996e78b68a0041807dbd2628c53fe [diff] |
fsnotify: get rid of fsnotify_nameremove() For all callers of fsnotify_{unlink,rmdir}(), we made sure that d_parent and d_name are stable. Therefore, fsnotify_{unlink,rmdir}() do not need the safety measures in fsnotify_nameremove() to stabilize parent and name. We can now simplify those hooks and get rid of fsnotify_nameremove(). Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>