Loading fs/ceph/addr.c +7 −0 Original line number Diff line number Diff line Loading @@ -775,6 +775,13 @@ static int ceph_writepages_start(struct address_space *mapping, ci->i_truncate_seq, ci->i_truncate_size, &inode->i_mtime, true, 1, 0); if (!req) { rc = -ENOMEM; unlock_page(page); break; } max_pages = req->r_num_pages; alloc_page_vec(fsc, req); Loading Loading
fs/ceph/addr.c +7 −0 Original line number Diff line number Diff line Loading @@ -775,6 +775,13 @@ static int ceph_writepages_start(struct address_space *mapping, ci->i_truncate_seq, ci->i_truncate_size, &inode->i_mtime, true, 1, 0); if (!req) { rc = -ENOMEM; unlock_page(page); break; } max_pages = req->r_num_pages; alloc_page_vec(fsc, req); Loading