fs/buffer: remove comment about hard sectorsize
authorPankaj Raghav <p.raghav@samsung.com>
Wed, 18 Jun 2025 07:58:21 +0000 (09:58 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Jun 2025 10:07:45 +0000 (12:07 +0200)
commit6ae58121126dcf8efcc2611f216a36a5e50b8ad9
tree498847723b910da896ca524f639c780201caf596
parentffaf1bf3737f706e4e9be876de4bc3c8fc578091
fs/buffer: remove comment about hard sectorsize

Commit e1defc4ff0cf ("block: Do away with the notion of hardsect_size")
changed hardsect_size to logical block size. The comment on top still
says hardsect_size.

Remove the comment as the code is pretty clear. While we are at it,
format the relevant code.

Reviewed-by: "Martin K. Petersen" <martin.petersen@oracle.com>
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Link: https://lore.kernel.org/20250618075821.111459-1-p.raghav@samsung.com
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/buffer.c