From: Jens Axboe Date: Fri, 27 Jun 2008 07:12:09 +0000 (+0200) Subject: block: integrity flags can't use bit ops on unsigned short X-Git-Tag: v2.6.27-rc1~1114^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24498d477a14680fc3bb3ad884fa9fa76a2d237;p=pandora-kernel.git block: integrity flags can't use bit ops on unsigned short Just use normal open coded bit operations instead, they need not be atomic. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed