diff options
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 4af288e38f13..94d93b1f8b53 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -469,8 +469,7 @@ prototypes: | |||
469 | }; | 469 | }; |
470 | 470 | ||
471 | locking rules: | 471 | locking rules: |
472 | All may block except for ->setlease. | 472 | All may block. |
473 | No VFS locks held on entry except for ->setlease. | ||
474 | 473 | ||
475 | ->llseek() locking has moved from llseek to the individual llseek | 474 | ->llseek() locking has moved from llseek to the individual llseek |
476 | implementations. If your fs is not using generic_file_llseek, you | 475 | implementations. If your fs is not using generic_file_llseek, you |