swap: Remove obsolete sentence
authorNikolay Borisov <nborisov@suse.com>
Fri, 25 Aug 2017 11:29:00 +0000 (14:29 +0300)
committerJonathan Corbet <corbet@lwn.net>
Sat, 26 Aug 2017 21:55:38 +0000 (15:55 -0600)
Currently there are no ->swap_{in,out} method in address_space_operations
sructure definition, so the statement that anything is going to be proxied
through them is wrong.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/vfs.txt

index 73e7d91f03dce56266ad1806e056c2a4f7e5321e..405a3df759b33938dc9b6cc4e819673538f973a1 100644 (file)
@@ -829,9 +829,7 @@ struct address_space_operations {
   swap_activate: Called when swapon is used on a file to allocate
        space if necessary and pin the block lookup information in
        memory. A return value of zero indicates success,
-       in which case this file can be used to back swapspace. The
-       swapspace operations will be proxied to this address space's
-       ->swap_{out,in} methods.
+       in which case this file can be used to back swapspace.
 
   swap_deactivate: Called during swapoff on files where swap_activate
        was successful.