From: Matthew Wilcox Date: Tue, 10 Jan 2012 21:35:08 +0000 (-0700) Subject: NVMe: Set queue flags correctly X-Git-Tag: v3.3-rc1~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eeb9215a0d5c9494ca8b20158cc8ee82618840c;p=pandora-kernel.git NVMe: Set queue flags correctly 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 Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed