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)
commitb24498d477a14680fc3bb3ad884fa9fa76a2d237
tree1ba2c9f24b3f22f45fa424ad904fb6dcc5d67790
parent06a452e5b95eb669b7ad414ccf587dfc2d91b217
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 <jens.axboe@oracle.com>
block/blk-integrity.c
include/linux/blkdev.h