File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
drivers/block/xen-blkback Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ static int xen_blkbk_map(struct xen_blkif_ring *ring,
891
891
out :
892
892
for (i = last_map ; i < num ; i ++ ) {
893
893
/* Don't zap current batch's valid persistent grants. */
894
- if (i >= map_until )
894
+ if (i >= map_until )
895
895
pages [i ]-> persistent_gnt = NULL ;
896
896
pages [i ]-> handle = BLKBACK_INVALID_HANDLE ;
897
897
}
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ struct xen_blkif_ring {
296
296
struct work_struct free_work ;
297
297
/* Thread shutdown wait queue. */
298
298
wait_queue_head_t shutdown_wq ;
299
- struct xen_blkif * blkif ;
299
+ struct xen_blkif * blkif ;
300
300
};
301
301
302
302
struct xen_blkif {
@@ -315,7 +315,7 @@ struct xen_blkif {
315
315
atomic_t drain ;
316
316
317
317
struct work_struct free_work ;
318
- unsigned int nr_ring_pages ;
318
+ unsigned int nr_ring_pages ;
319
319
bool multi_ref ;
320
320
/* All rings for this device. */
321
321
struct xen_blkif_ring * rings ;
@@ -329,7 +329,7 @@ struct seg_buf {
329
329
};
330
330
331
331
struct grant_page {
332
- struct page * page ;
332
+ struct page * page ;
333
333
struct persistent_gnt * persistent_gnt ;
334
334
grant_handle_t handle ;
335
335
grant_ref_t gref ;
You can’t perform that action at this time.
0 commit comments