block: sysfs store function needs to grab queue_lock and use queue_flag_*()
authorJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 07:09:39 +0000 (09:09 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 07:09:39 +0000 (09:09 +0200)
Concurrency isn't a big deal here since we have requests in flight
at this point, but do the locked variant to set a better example.

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

No differences found