mbox series

[for-next,v2,0/2] null_blk: harmonize some module parameter and configfs options

Message ID 20220708174943.87787-1-vincent.fu@samsung.com (mailing list archive)
Headers show
Series null_blk: harmonize some module parameter and configfs options | expand

Message

Vincent Fu July 8, 2022, 5:49 p.m. UTC
These patches add plumbing to allow some options that could formerly only be
set via module parameters to now be set via configfs and vice versa.

Changes since v1:
 - fix documentation formatting in patch 1

Vincent Fu (2):
  null_blk: add module parameters for 4 options
  null_blk: add configfs variables for 2 options

 Documentation/block/null_blk.rst  | 22 ++++++++++++++++++
 drivers/block/null_blk/main.c     | 38 ++++++++++++++++++++++++++++---
 drivers/block/null_blk/null_blk.h |  2 ++
 3 files changed, 59 insertions(+), 3 deletions(-)

Comments

Jens Axboe July 12, 2022, 8:39 p.m. UTC | #1
On Fri, 8 Jul 2022 17:49:49 +0000, Vincent Fu wrote:
> These patches add plumbing to allow some options that could formerly only be
> set via module parameters to now be set via configfs and vice versa.
> 
> Changes since v1:
>  - fix documentation formatting in patch 1
> 
> Vincent Fu (2):
>   null_blk: add module parameters for 4 options
>   null_blk: add configfs variables for 2 options
> 
> [...]

Applied, thanks!

[1/2] null_blk: add module parameters for 4 options
      (no commit info)
[2/2] null_blk: add configfs variables for 2 options
      (no commit info)

Best regards,