Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258614
b: refs/heads/master
c: d7b7630
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and Jens Axboe committed Jul 13, 2011
1 parent 5d85f16 commit 4317471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7700fc4f675fa38094e78e345b594363a2fd895b
refs/heads/master: d7b7630130e52361af66ce3b994696e2357ba7de
13 changes: 6 additions & 7 deletions trunk/include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ struct queue_limits {
unsigned char discard_zeroes_data;
};

struct request_queue
{
struct request_queue {
/*
* Together with queue_head for cacheline sharing
*/
Expand Down Expand Up @@ -304,14 +303,14 @@ struct request_queue
void *queuedata;

/*
* queue needs bounce pages for pages above this limit
* various queue flags, see QUEUE_* below
*/
gfp_t bounce_gfp;
unsigned long queue_flags;

/*
* various queue flags, see QUEUE_* below
* queue needs bounce pages for pages above this limit
*/
unsigned long queue_flags;
gfp_t bounce_gfp;

/*
* protects queue structures from reentrancy. ->__queue_lock should
Expand All @@ -334,8 +333,8 @@ struct request_queue
unsigned int nr_congestion_off;
unsigned int nr_batching;

void *dma_drain_buffer;
unsigned int dma_drain_size;
void *dma_drain_buffer;
unsigned int dma_pad_mask;
unsigned int dma_alignment;

Expand Down

0 comments on commit 4317471

Please sign in to comment.