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
nexedi
linux
Commits
9b124fbb
Commit
9b124fbb
authored
Jan 30, 2006
by
Steven Whitehouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[GFS2] Use mpage_readpage() in gfs2_readpage()
Signed-off-by:
Steven Whitehouse
<
swhiteho@redhat.com
>
parent
2442a098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fs/gfs2/ops_address.c
fs/gfs2/ops_address.c
+2
-1
No files found.
fs/gfs2/ops_address.c
View file @
9b124fbb
...
...
@@ -13,6 +13,7 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/mpage.h>
#include <asm/semaphore.h>
#include "gfs2.h"
...
...
@@ -286,7 +287,7 @@ static int gfs2_readpage(struct file *file, struct page *page)
}
else
error
=
zero_readpage
(
page
);
}
else
error
=
block_read_full_
page
(
page
,
gfs2_get_block
);
error
=
mpage_read
page
(
page
,
gfs2_get_block
);
}
else
error
=
jdata_readpage
(
ip
,
page
);
...
...
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