File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -766,9 +766,9 @@ cache in your filesystem. The following members are defined:
766
766
767
767
``writepages ``
768
768
called by the VM to write out pages associated with the
769
- address_space object. If wbc->sync_mode is WBC_SYNC_ALL , then
769
+ address_space object. If wbc->sync_mode is WB_SYNC_ALL , then
770
770
the writeback_control will specify a range of pages that must be
771
- written out. If it is WBC_SYNC_NONE , then a nr_to_write is
771
+ written out. If it is WB_SYNC_NONE , then a nr_to_write is
772
772
given and that many pages should be written if possible. If no
773
773
->writepages is given, then mpage_writepages is used instead.
774
774
This will choose pages from the address space that are tagged as
You can’t perform that action at this time.
0 commit comments