| Kernel v2.4.19 /Documentation/filesystems/Locking |
|---|
 2.4.19
 Documentation
 filesystems
 Locking
diff -urN linux-2.4.18/Documentation/filesystems/Locking linux-2.4.19/Documentation/filesystems/Locking
--- linux-2.4.18/Documentation/filesystems/Locking Fri Dec 21 09:41:53 2001
+++ linux-2.4.19/Documentation/filesystems/Locking Fri Aug 2 17:39:42 2002
@@ -156,7 +156,7 @@
block_flushpage() instead.
->releasepage() is called when the kernel is about to try to drop the
buffers from the page in preparation for freeing it. It returns zero to
-indicate that the buffers are (or may be) freeable. If ->flushpage is zero,
+indicate that the buffers are (or may be) freeable. If ->releasepage is zero,
the kernel assumes that the fs has no private interest in the buffers.
Note: currently almost all instances of address_space methods are
|