mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
btrfs: remove out-of-date comments regarding 2K block size
Since commit bac3c2910c ("btrfs: remove 2K block size support") there
is no 2K block size support inside btrfs anymore.
Remove the stale comments of btrfs_supported_blocksize().
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
545e560a5b
commit
6eb2fe0724
|
|
@ -135,12 +135,6 @@ void btrfs_csum_final(struct btrfs_csum_ctx *ctx, u8 *out)
|
|||
*
|
||||
* - PAGE_SIZE
|
||||
* The straightforward block size to support.
|
||||
*
|
||||
* And extra support for the following block sizes based on the kernel config:
|
||||
*
|
||||
* - MIN_BLOCKSIZE
|
||||
* This is either 4K (regular builds) or 2K (debug builds)
|
||||
* This allows testing subpage routines on x86_64.
|
||||
*/
|
||||
bool __attribute_const__ btrfs_supported_blocksize(u32 blocksize)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user