提交 47016077 编写于 作者: A Andreas Gruenbacher 提交者: Jonathan Corbet

vfs: Minor documentation fix

The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update
the documentation.
Signed-off-by: NAndreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 03e8f01a
...@@ -379,10 +379,10 @@ may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be ...@@ -379,10 +379,10 @@ may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be
returned if the filesystem cannot handle rcu-walk. See returned if the filesystem cannot handle rcu-walk. See
Documentation/filesystems/vfs.txt for more details. Documentation/filesystems/vfs.txt for more details.
permission and check_acl are inode permission checks that are called permission is an inode permission check that is called on many or all
on many or all directory inodes on the way down a path walk (to check for directory inodes on the way down a path walk (to check for exec permission). It
exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU). must now be rcu-walk aware (mask & MAY_NOT_BLOCK). See
See Documentation/filesystems/vfs.txt for more details. Documentation/filesystems/vfs.txt for more details.
-- --
[mandatory] [mandatory]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册