[PATCH v1 0/6] exfat: code optimizations

Yuezhang.Mo@sony.com posted 6 patches 1 year, 4 months ago
Only 0 patches received!
There is a newer version of this series
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(-)
[PATCH v1 0/6] exfat: code optimizations
Posted by Yuezhang.Mo@sony.com 1 year, 4 months ago
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