diff options
author | Amir Goldstein <amir73il@gmail.com> | 2021-10-25 21:27:18 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2021-10-27 12:32:34 +0200 |
commit | dabe729dddca550446e9cc118c96d1f91703345b (patch) | |
tree | 9a0768c3fc088a1e2d5a5bca458d16651d52fb10 /fs/notify | |
parent | fsnotify: pass dentry instead of inode data (diff) | |
download | linux-dabe729dddca550446e9cc118c96d1f91703345b.tar.xz linux-dabe729dddca550446e9cc118c96d1f91703345b.zip |
fsnotify: clarify contract for create event hooks
Clarify argument names and contract for fsnotify_create() and
fsnotify_mkdir() to reflect the anomaly of kernfs, which leaves dentries
negavite after mkdir/create.
Remove the WARN_ON(!inode) in audit code that were added by the Fixes
commit under the wrong assumption that dentries cannot be negative after
mkdir/create.
Fixes: aa93bdc5500c ("fsnotify: use helpers to access data by data_type")
Link: https://lore.kernel.org/linux-fsdevel/87mtp5yz0q.fsf@collabora.com/
Link: https://lore.kernel.org/r/20211025192746.66445-4-krisman@collabora.com
Reviewed-by: Jan Kara <jack@suse.cz>
Reported-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/notify')
0 files changed, 0 insertions, 0 deletions