]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: fix comment about sector sizes supported in 64K systems
authorAnand Jain <anand.jain@oracle.com>
Thu, 21 Oct 2021 23:53:05 +0000 (07:53 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 26 Oct 2021 17:08:08 +0000 (19:08 +0200)
commit4f4e121fa31cff7606b9e322368162edd0ff24a2
tree73fd8e71971d443bd8a1a0146a4731ffd0a229b1
parent33ba936349b1fa74b9bf483771c87c7e2cba9707
btrfs: fix comment about sector sizes supported in 64K systems

Commit 309dd30749c3 ("btrfs: allow read-write for 4K sectorsize on 64K
page size systems") added write support for 4K sectorsize on a 64K
systems. Fix the now stale comments.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c