summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/vfs.txt
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-04-26 17:00:01 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-26 17:00:01 +1000
commit156bc9d0af408cf0c7cdc27cd02791d340adf6bd (patch)
tree4a1c94470cb82e7e8c88a3270d4595cbdaed9d68 /Documentation/filesystems/vfs.txt
parent3f6ac2b885a192bf688b535a4f9dc329bc7e97ff (diff)
parentb7796f38de8afef781e52f484599845de84f9cf4 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'Documentation/filesystems/vfs.txt')
-rw-r--r--Documentation/filesystems/vfs.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 94dd27ef4a76..f42b90687d40 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -694,8 +694,7 @@ struct address_space_operations {
write_end: After a successful write_begin, and data copy, write_end must
be called. len is the original len passed to write_begin, and copied
- is the amount that was able to be copied (copied == len is always true
- if write_begin was called with the AOP_FLAG_UNINTERRUPTIBLE flag).
+ is the amount that was able to be copied.
The filesystem must take care of unlocking the page and releasing it
refcount, and updating i_size.