On Wed, 26 Feb 2014 15:27:57 +0300 Sergey Senozhatsky 
<[email protected]> wrote:

> This patch implements multi stream compression support.
> 
> ...
>
> @@ -693,6 +729,8 @@ static DEVICE_ATTR(initstate, S_IRUGO, initstate_show, 
> NULL);
>  static DEVICE_ATTR(reset, S_IWUSR, NULL, reset_store);
>  static DEVICE_ATTR(orig_data_size, S_IRUGO, orig_data_size_show, NULL);
>  static DEVICE_ATTR(mem_used_total, S_IRUGO, mem_used_total_show, NULL);
> +static DEVICE_ATTR(max_comp_streams, S_IRUGO | S_IWUSR,
> +             max_comp_streams_show, max_comp_streams_store);
>  

Update Documentation/blockdev/zram.txt and
Documentation/ABI/testing/sysfs-block-zram, please.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to