From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.mitsubishielectric.co.jp>
Cc: devel@driverdev.osuosl.org,
Valdis Kletnieks <valdis.kletnieks@vt.edu>,
motai.hirotaka@aj.mitsubishielectric.co.jp,
linux-kernel@vger.kernel.org,
Mori.Takahiro@ab.mitsubishielectric.co.jp,
linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 1/5] staging: exfat: conform 'pbr_sector_t' definition to exFAT specification
Date: Wed, 11 Mar 2020 13:05:47 +0100 [thread overview]
Message-ID: <20200311120547.GA3757838@kroah.com> (raw)
In-Reply-To: <20200311105245.125564-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
On Wed, Mar 11, 2020 at 07:52:41PM +0900, Tetsuhiro Kohada wrote:
> Redefine 'pbr_sector_t' as 'boot_sector_t' to comply with exFAT specification.
> - Redefine 'pbr_sector_t' as 'boot_sector_t'.
> - Rename variable names including 'pbr'.
> - Replace GET**()/SET**() macro with cpu_to_le**()/le**_ to_cpu().
> - Remove fs_info_t.PBR_sector (always 0).
> - Remove unused definitions.
>
> Reviewed-by: Takahiro Mori <Mori.Takahiro@ab.MitsubishiElectric.co.jp>
> Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
> ---
> drivers/staging/exfat/exfat.h | 139 +++++++---------------------
> drivers/staging/exfat/exfat_core.c | 62 ++++++-------
> drivers/staging/exfat/exfat_super.c | 14 ++-
> 3 files changed, 65 insertions(+), 150 deletions(-)
The drivers/staging/exfat/ tree is now gone from my staging-next branch
as there is a "real" version of exfat now in linux-next from the vfs
tree.
I suggest you start working on the fs/extfat/ code.
thanks,
greg k-h
prev parent reply other threads:[~2020-03-11 12:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 10:52 Tetsuhiro Kohada
2020-03-11 10:52 ` [PATCH 2/5] staging: exfat: separate and move exFAT-mount core processing Tetsuhiro Kohada
2020-03-11 10:52 ` [PATCH 3/5] staging: exfat: consolidate boot sector analysis Tetsuhiro Kohada
2020-03-11 10:52 ` [PATCH 4/5] staging: exfat: add boot region verification Tetsuhiro Kohada
2020-03-11 10:52 ` [PATCH 5/5] staging: exfat: standardize checksum calculation Tetsuhiro Kohada
2020-03-11 12:05 ` Greg Kroah-Hartman [this message]
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=20200311120547.GA3757838@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Kohada.Tetsuhiro@dc.mitsubishielectric.co.jp \
--cc=Mori.Takahiro@ab.mitsubishielectric.co.jp \
--cc=devel@driverdev.osuosl.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=motai.hirotaka@aj.mitsubishielectric.co.jp \
--cc=valdis.kletnieks@vt.edu \
/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
Powered by JetHome