[<prev] [next>] [day] [month] [year] [list]
Message-ID: <PUZPR04MB631603F0661D8DF28473307E81189@PUZPR04MB6316.apcprd04.prod.outlook.com>
Date: Mon, 5 Dec 2022 05:09:53 +0000
From: "Yuezhang.Mo@...y.com" <Yuezhang.Mo@...y.com>
To: "linkinjeon@...nel.org" <linkinjeon@...nel.org>,
"sj1557.seo@...sung.com" <sj1557.seo@...sung.com>
CC: "linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Andy.Wu@...y.com" <Andy.Wu@...y.com>,
"Wataru.Aoyama@...y.com" <Wataru.Aoyama@...y.com>
Subject: [PATCH v1 0/6] exfat: code optimizations
This patchset is some minor code optimizations, no functional changes.
Yuezhang Mo (6):
exfat: remove call ilog2() from exfat_readdir()
exfat: remove unneeded codes from __exfat_rename()
exfat: remove unnecessary arguments from exfat_find_dir_entry()
exfat: remove argument 'size' from exfat_truncate()
exfat: remove i_size_write() from __exfat_truncate()
exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
fs/exfat/dir.c | 38 +++++++++++++++-----------------------
fs/exfat/exfat_fs.h | 17 +++++++++++------
fs/exfat/file.c | 12 +++++-------
fs/exfat/inode.c | 4 ++--
fs/exfat/namei.c | 19 +++----------------
5 files changed, 36 insertions(+), 54 deletions(-)
--
2.25.1
Powered by blists - more mailing lists