mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
fanotify: drop the useless priority argument
The priority argument in fanotify is useless. Kill it. Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
269ed32a9c
commit
08ae89380a
4 changed files with 7 additions and 15 deletions
|
@ -143,7 +143,6 @@ struct fsnotify_group {
|
|||
* a group */
|
||||
struct list_head marks_list; /* all inode marks for this group */
|
||||
|
||||
unsigned int priority; /* order of this group compared to others */
|
||||
/* prevents double list_del of group_list. protected by global fsnotify_grp_mutex */
|
||||
bool on_inode_group_list;
|
||||
bool on_vfsmount_group_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue