mirror of https://gitee.com/openkylin/linux.git
ceph: remove unused variable
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
ec0994e48e
commit
b056c8769d
|
@ -505,7 +505,6 @@ static void writepages_finish(struct ceph_osd_request *req,
|
|||
struct ceph_osd_op *op;
|
||||
struct ceph_inode_info *ci = ceph_inode(inode);
|
||||
unsigned wrote;
|
||||
loff_t offset = req->r_pages[0]->index << PAGE_CACHE_SHIFT;
|
||||
struct page *page;
|
||||
int i;
|
||||
struct ceph_snap_context *snapc = req->r_snapc;
|
||||
|
|
Loading…
Reference in New Issue