[PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
From: Konstantin Komarov
Date: Fri Sep 23 2022 - 08:08:23 EST
[PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
Added another option that may be useful to users.
I've noticed in fslog.c some linebreaks, that can be fixed with
renaming, so I've done it in second commit.
Konstantin Komarov (2):
fs/ntfs3: Add option "nocase"
fs/ntfs3: Rename variables and add comment
fs/ntfs3/frecord.c | 1 +
fs/ntfs3/fslog.c | 24 ++++----
fs/ntfs3/index.c | 2 +-
fs/ntfs3/namei.c | 139 +++++++++++++++++++++++++++++++++++++++++++++
fs/ntfs3/ntfs_fs.h | 4 ++
fs/ntfs3/super.c | 6 ++
fs/ntfs3/upcase.c | 12 ++++
7 files changed, 174 insertions(+), 14 deletions(-)
--
2.37.0