block: make partition array dynamic
[deliverable/linux.git] / block / scsi_ioctl.c
index ec4b7f2346264a13e368132079e829877181cf7f..3aab80a4c4847dbedd865398018ea9d13b03f319 100644 (file)
@@ -185,6 +185,7 @@ void blk_set_cmd_filter_defaults(struct blk_cmd_filter *filter)
        __set_bit(GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL, filter->write_ok);
        __set_bit(GPCMD_LOAD_UNLOAD, filter->write_ok);
        __set_bit(GPCMD_SET_STREAMING, filter->write_ok);
+       __set_bit(GPCMD_SET_READ_AHEAD, filter->write_ok);
 }
 EXPORT_SYMBOL_GPL(blk_set_cmd_filter_defaults);
 
This page took 0.036404 seconds and 5 git commands to generate.