public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Soma Das <somadas1@linux.ibm.com>
To: liwang@redhat.com
Cc: somadas1@linux.ibm.com, ltp@lists.linux.it
Subject: Re: [LTP] [PATCH] zram: skip exfat on systems with large page size
Date: Fri,  3 Apr 2026 16:59:47 +0000	[thread overview]
Message-ID: <20260403165947.9094-1-somadas1@linux.ibm.com> (raw)
In-Reply-To: <ac8cNRNYBVHWi0o9@redhat.com>

On Fri, Apr 03, 2026 at 09:47:33AM +0800, Li Wang wrote:
> Or, can we specify the sector size with 'mkfs.$fs -c $page_size'
> when detecting a large pagesize system?

Thanks for the review.

Using mkfs.exfat -c $page_size would technically work, but I avoided
it because:

1. zram01 tests zram behaviour, not filesystem configuration -- using
   a non-default cluster size feels out of scope.
2. The cluster size must be valid for the disk size (only 25MB here),
   so large cluster sizes could hit additional constraints.

Skipping with TCONF honestly reflects that default exfat tooling does
not support this hardware configuration, which is useful signal.

Happy to send a v2 with the -c approach if you prefer.

Thanks,
Soma

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2026-04-03 16:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-02  8:12 [LTP] [PATCH] zram: skip exfat on systems with large page size Soma Das
2026-04-03  1:47 ` Li Wang via ltp
2026-04-03 16:59   ` Soma Das [this message]
2026-04-04  1:14     ` Li Wang via ltp
2026-04-04 17:20       ` Soma Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260403165947.9094-1-somadas1@linux.ibm.com \
    --to=somadas1@linux.ibm.com \
    --cc=liwang@redhat.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox