linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfs: Minor documentation fix
@ 2015-06-01 10:34 Andreas Grünbacher
  2015-06-04 22:46 ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Grünbacher @ 2015-06-01 10:34 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, Linux Kernel Mailing List; +Cc: Al Viro

The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update
the documentation.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 Documentation/filesystems/porting | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/filesystems/porting
b/Documentation/filesystems/porting
index e69274d..7a34c7e 100644
--- a/Documentation/filesystems/porting
+++ b/Documentation/filesystems/porting
@@ -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
 Documentation/filesystems/vfs.txt for more details.

- permission and check_acl are inode permission checks that are called
-on many or all directory inodes on the way down a path walk (to check for
-exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU).
-See Documentation/filesystems/vfs.txt for more details.
+ permission is an inode permission check that is called on many or all
+directory inodes on the way down a path walk (to check for exec permission). It
+must now be rcu-walk aware (mask & MAY_NOT_BLOCK).  See
+Documentation/filesystems/vfs.txt for more details.

 --
 [mandatory]
-- 
2.4.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] vfs: Minor documentation fix
  2015-06-01 10:34 [PATCH] vfs: Minor documentation fix Andreas Grünbacher
@ 2015-06-04 22:46 ` Jonathan Corbet
  2015-06-04 23:11   ` Andreas Gruenbacher
  2015-06-04 23:21   ` Andreas Grünbacher
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Corbet @ 2015-06-04 22:46 UTC (permalink / raw)
  To: Andreas Grünbacher; +Cc: linux-doc, Linux Kernel Mailing List, Al Viro

On Mon, 1 Jun 2015 12:34:10 +0200
Andreas Grünbacher <andreas.gruenbacher@gmail.com> wrote:

> The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update
> the documentation.

I was going to toss this into the docs tree, but it won't apply even
after correcting for the line wrapping and white-space mangling.  Care to
try again?

Thanks,

jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] vfs: Minor documentation fix
  2015-06-04 22:46 ` Jonathan Corbet
@ 2015-06-04 23:11   ` Andreas Gruenbacher
  2015-06-04 23:46     ` Jonathan Corbet
  2015-06-04 23:21   ` Andreas Grünbacher
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Gruenbacher @ 2015-06-04 23:11 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, Linux Kernel Mailing List
  Cc: Al Viro, Andreas Gruenbacher

From: Andreas Gruenbacher <agruenba@redhat.com>

The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update
the documentation.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 Documentation/filesystems/porting | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting
index e69274d..7a34c7e 100644
--- a/Documentation/filesystems/porting
+++ b/Documentation/filesystems/porting
@@ -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
 Documentation/filesystems/vfs.txt for more details.
 
-	permission and check_acl are inode permission checks that are called
-on many or all directory inodes on the way down a path walk (to check for
-exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU).
-See Documentation/filesystems/vfs.txt for more details.
+	permission is an inode permission check that is called on many or all
+directory inodes on the way down a path walk (to check for exec permission). It
+must now be rcu-walk aware (mask & MAY_NOT_BLOCK).  See
+Documentation/filesystems/vfs.txt for more details.
  
 --
 [mandatory]
-- 
2.4.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] vfs: Minor documentation fix
  2015-06-04 22:46 ` Jonathan Corbet
  2015-06-04 23:11   ` Andreas Gruenbacher
@ 2015-06-04 23:21   ` Andreas Grünbacher
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Grünbacher @ 2015-06-04 23:21 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, Linux Kernel Mailing List, Al Viro

Jon,

2015-06-05 0:46 GMT+02:00 Jonathan Corbet <corbet@lwn.net>:
> I was going to toss this into the docs tree, but it won't apply even
> after correcting for the line wrapping and white-space mangling.  Care to
> try again?

Sorry. I'll remember not to send via the Drafts folder with git-imap-send again.

Thanks,
Andreas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] vfs: Minor documentation fix
  2015-06-04 23:11   ` Andreas Gruenbacher
@ 2015-06-04 23:46     ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2015-06-04 23:46 UTC (permalink / raw)
  To: Andreas Gruenbacher
  Cc: linux-doc, Linux Kernel Mailing List, Al Viro, Andreas Gruenbacher

On Fri,  5 Jun 2015 01:11:22 +0200
Andreas Gruenbacher <andreas.gruenbacher@gmail.com> wrote:

> The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update
> the documentation.

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-04 23:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-01 10:34 [PATCH] vfs: Minor documentation fix Andreas Grünbacher
2015-06-04 22:46 ` Jonathan Corbet
2015-06-04 23:11   ` Andreas Gruenbacher
2015-06-04 23:46     ` Jonathan Corbet
2015-06-04 23:21   ` Andreas Grünbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).