mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
fanotify currently, when given a vfsmount_mark will look up (if it exists) the corresponding inode mark. This patch drops that lookup and uses the mark provided. Signed-off-by: Eric Paris <[email protected]>