commit | 7ddab5de5b80d3111f9e6765714e728b2c4f1c07 | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Thu Sep 25 23:23:42 2014 +0800 |
committer | Jens Axboe <axboe@fb.com> | Thu Sep 25 15:22:38 2014 -0600 |
tree | 35c64aea8aa76af4a375102458f39417473b545a | |
parent | 3c09676c12b1dabf84acbb5849bfc54acadaf092 [diff] |
block: avoid to use q->flush_rq directly This patch trys to use local variable to access flush request, so that we can convert to per-queue flush machinery a bit easier. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>