commit | b25de9d6da49b1a8760a89672283128aa8c78345 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 24 21:41:01 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue May 19 09:17:03 2015 -0600 |
tree | 446d9186aebfbdb2156e438b6c85d84d44dd51a2 | |
parent | 4ecd4fef3a074c8bb43c391a57742c422469ebbd [diff] |
block: remove BIO_EOPNOTSUPP Since the big barrier rewrite/removal in 2007 we never fail FLUSH or FUA requests, which means we can remove the magic BIO_EOPNOTSUPP flag to help propagating those to the buffer_head layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Moyer <jmoyer@redhat.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@fb.com>