[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKYAXd9dK-NPqxjijtx-6y_ejqg1wsSFsKW1sreOcBZmznD-nA@mail.gmail.com>
Date: Sat, 29 Mar 2025 22:12:44 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Sungjong Seo <sj1557.seo@...sung.com>
Cc: yuezhang.mo@...y.com, sjdev.seo@...il.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, cpgs@...sung.com
Subject: Re: [PATCH] exfat: call bh_read in get_block only when necessary
On Thu, Mar 27, 2025 at 12:01 AM Sungjong Seo <sj1557.seo@...sung.com> wrote:
>
> With commit 11a347fb6cef ("exfat: change to get file size from DataLength"),
> exfat_get_block() can now handle valid_size. However, most partial
> unwritten blocks that could be mapped with other blocks are being
> inefficiently processed separately as individual blocks.
>
> Except for partial unwritten blocks that require independent processing,
> let's handle them simply as before.
>
> Signed-off-by: Sungjong Seo <sj1557.seo@...sung.com>
Applied it to dev with Yuezhang's reviewed-by tag.
Thanks!
Powered by blists - more mailing lists