]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/genhd.c
block: hide badblocks attribute by default
authorDan Williams <dan.j.williams@intel.com>
Thu, 27 Apr 2017 21:46:26 +0000 (14:46 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 28 Apr 2017 14:26:42 +0000 (08:26 -0600)
commit9438b3e080beccf6022138ea62192d55cc7dc4ed
tree4586260c54677fd672f9fe438d43a85ba5d98000
parent21c6e939a9f6bb06fe616a87defec0f92a7c3df0
block: hide badblocks attribute by default

Commit 99e6608c9e74 "block: Add badblock management for gendisks"
allowed for drivers like pmem and software-raid to advertise a list of
bad media areas. However, it inadvertently added a 'badblocks' to all
block devices. Lets clean this up by having the 'badblocks' attribute
not be visible when the driver has not populated a 'struct badblocks'
instance in the gendisk.

Cc: Jens Axboe <axboe@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Reported-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Tested-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/genhd.c