mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-25 04:53:43 +08:00
No dentry can get to directory modification methods without having passed either ->lookup() or ->atomic_open(); if name is rejected by those two (or by ->d_hash()) with an error, it won't be seen by anything else. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>