summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2017-08-25 07:29:00 -0400
committerJonathan Corbet <corbet@lwn.net>2017-08-26 17:55:38 -0400
commitcc4bbaae54cbd6758038f2701cbf27ea222d0fb4 (patch)
treee5e568f63dc8a607ee2c9b001707c1f97f793079 /Documentation/filesystems
parent95a40b86c420ce01c5eeb3330d3583ad5a55ed24 (diff)
swap: Remove obsolete sentence
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/vfs.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 73e7d91f03dc..405a3df759b3 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -829,9 +829,7 @@ struct address_space_operations {
829 swap_activate: Called when swapon is used on a file to allocate 829 swap_activate: Called when swapon is used on a file to allocate
830 space if necessary and pin the block lookup information in 830 space if necessary and pin the block lookup information in
831 memory. A return value of zero indicates success, 831 memory. A return value of zero indicates success,
832 in which case this file can be used to back swapspace. The 832 in which case this file can be used to back swapspace.
833 swapspace operations will be proxied to this address space's
834 ->swap_{out,in} methods.
835 833
836 swap_deactivate: Called during swapoff on files where swap_activate 834 swap_deactivate: Called during swapoff on files where swap_activate
837 was successful. 835 was successful.