commit | fe36adf47eb1f7f4972559efa30ce3d2d3f977f2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 13:35:01 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 17 00:36:35 2009 -0400 |
tree | 27acbe8377f0d4a0f192daa8943c5289ac3d503d | |
parent | b0895513f499b8f786d292ce48589ca210ca1d6e [diff] [blame] |
No instance of ->bmap() needs BKL Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 3120f8d..229d7b7 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking
@@ -187,7 +187,7 @@ write_begin: no locks the page yes write_end: no yes, unlocks yes perform_write: no n/a yes -bmap: yes +bmap: no invalidatepage: no yes releasepage: no yes direct_IO: no