commit | 018e0446890661504783f92388ecce7138c1566d | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 26 16:27:10 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Jul 01 10:56:26 2009 +0200 |
tree | d555758047dde4a26b2489d397a5a86be53723b9 | |
parent | 7878cba9f0037f5599004b03a1260b32d9050360 [diff] |
block: get rid of queue-private command filter The initial patches to support this through sysfs export were broken and have been if 0'ed out in any release. So lets just kill the code and reclaim some space in struct request_queue, if anyone would later like to fixup the sysfs bits, the git history can easily restore the removed bits. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>