Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\inotify\inotify_user.c Create Date:2022-07-28 20:17:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:inotify_release

Proto:static int inotify_release(struct inode *ignored, struct file *file)

Type:int

Parameter:

TypeParameterName
struct inode *ignored
struct file *file
266  group = needed for tty driver, and maybe others
268  pr_debug("%s: group=%p\n", __func__, group)
271  Trying to get rid of a group. Remove all marks, flush all events and release* the group reference.* Note that another thread calling fsnotify_clear_marks_by_group() may still* hold a ref to the group.
273  Return 0