fsnotify: Fix comment typo
[ Upstream commit feee1ce45a5666bbdb08c5bb2f5f394047b1915b ] The double `if' is duplicated in line 104, remove one. Signed-off-by: Xin Gao <gaoxin@cdjrlc.com> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20220722194639.18545-1-gaoxin@cdjrlc.com Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
059dc1dee5
commit
eadde0fa3e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void fsnotify_sb_delete(struct super_block *sb)
|
||||||
* Given an inode, first check if we care what happens to our children. Inotify
|
* Given an inode, first check if we care what happens to our children. Inotify
|
||||||
* and dnotify both tell their parents about events. If we care about any event
|
* and dnotify both tell their parents about events. If we care about any event
|
||||||
* on a child we run all of our children and set a dentry flag saying that the
|
* on a child we run all of our children and set a dentry flag saying that the
|
||||||
* parent cares. Thus when an event happens on a child it can quickly tell if
|
* parent cares. Thus when an event happens on a child it can quickly tell
|
||||||
* if there is a need to find a parent and send the event to the parent.
|
* if there is a need to find a parent and send the event to the parent.
|
||||||
*/
|
*/
|
||||||
void __fsnotify_update_child_dentry_flags(struct inode *inode)
|
void __fsnotify_update_child_dentry_flags(struct inode *inode)
|
||||||
|
|
Loading…
Reference in a new issue