block: integrity flags can't use bit ops on unsigned short
authorJens Axboe <jens.axboe@oracle.com>
Fri, 27 Jun 2008 07:12:09 +0000 (09:12 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 3 Jul 2008 11:21:15 +0000 (13:21 +0200)
Just use normal open coded bit operations instead, they need not be
atomic.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found