Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
cluster-fs.7558
gfs2-use-put_page-instead-of-alloc_pages.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gfs2-use-put_page-instead-of-alloc_pages.patch of Package cluster-fs.7558
Index: linux-3.12-SLE12/fs/gfs2/ops_fstype.c =================================================================== --- linux-3.12-SLE12.orig/fs/gfs2/ops_fstype.c +++ linux-3.12-SLE12/fs/gfs2/ops_fstype.c @@ -234,13 +234,13 @@ static int gfs2_read_super(struct gfs2_s wait_on_page_locked(page); bio_put(bio); if (!PageUptodate(page)) { - __free_page(page); + put_page(page); return -EIO; } p = kmap(page); gfs2_sb_in(sdp, p); kunmap(page); - __free_page(page); + put_page(page); return gfs2_check_sb(sdp, silent); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor