git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2ad9f
)
NVMe: Set queue flags correctly
author
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 21:35:08 +0000
(14:35 -0700)
committer
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 21:29:23 +0000
(16:29 -0500)
QUEUE_FLAG_* are flags (other than QUEUE_FLAG_DEFAULT), so they cannot
be ORed together. Set the queue flags using queue_flag_set_unlocked().
Reported-by: Donald Wood <donald.e.wood@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
No differences found