commit | b24498d477a14680fc3bb3ad884fa9fa76a2d237 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 27 09:12:09 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Jul 03 13:21:15 2008 +0200 |
tree | 1ba2c9f24b3f22f45fa424ad904fb6dcc5d67790 | |
parent | 06a452e5b95eb669b7ad414ccf587dfc2d91b217 [diff] |
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>