Re: [PATCH] block: Fix partition support for host aware zoned block devices
From: Shinichiro Kawasaki <hidden>
Date: 2020-02-20 08:36:46
From: Shinichiro Kawasaki <hidden>
Date: 2020-02-20 08:36:46
On Feb 19, 2020 / 08:28, Christoph Hellwig wrote:
On Wed, Feb 19, 2020 at 01:26:32PM +0900, Shin'ichiro Kawasaki wrote:quoted
+ /* Iterate partitions skipping the holder device at index 0 */s/holder/whole/ ?
Ok, 'whole device' sounds more natural.
quoted
+extern bool disk_has_partitions(struct gendisk *disk);No need for externs on function prototypes in headers.
Thanks. I found that coding-style.rst says "Do not use the extern keyword with function prototypes". Will reflect to the v2 patch. -- Best Regards, Shin'ichiro Kawasaki