Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
79cd789d
Commit
79cd789d
authored
Feb 07, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Feb 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix __filemap_fdatawrite() comment
It was old.
parent
fa029a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mm/filemap.c
mm/filemap.c
+4
-4
No files found.
mm/filemap.c
View file @
79cd789d
...
...
@@ -129,10 +129,10 @@ static inline int sync_page(struct page *page)
* filemap_fdatawrite - start writeback against all of a mapping's dirty pages
* @mapping: address space structure to write
*
*
This is a "data integrity" operation, as opposed to a regular memory
*
cleansing writeback. The difference between these two operations is that
*
if a dirty page/buffer is encountered, it must be waited upon, and not j
ust
* skipped over.
*
If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
*
opposed to a regular memory * cleansing writeback. The difference between
*
these two operations is that if a dirty page/buffer is encountered, it m
ust
*
be waited upon, and not just
skipped over.
*/
static
int
__filemap_fdatawrite
(
struct
address_space
*
mapping
,
int
sync_mode
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment