[GIT PULL] fs: ntfs

From: Christian Brauner
Date: Fri Jun 23 2023 - 06:58:26 EST


Hey Linus,

/* Summary */
This contains a pile of various smaller fixes for ntfs. There's really
not a lot to say about them. I'm just the messenger, so this is an
unusually short pull request.

/* Testing */
clang: Ubuntu clang version 15.0.7
gcc: (Ubuntu 12.2.0-3ubuntu1) 12.2.0

All patches are based on v6.4-rc2 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/v6.5/fs.ntfs

for you to fetch changes up to aa4b92c5234878d55da96d387ea4d3695ca5e4ab:

ntfs: do not dereference a null ctx on error (2023-05-24 11:10:14 +0200)

Please consider pulling these changes from the signed v6.5/fs.ntfs tag.

Thanks!
Christian

----------------------------------------------------------------
v6.5/fs.ntfs

----------------------------------------------------------------
Colin Ian King (1):
ntfs: remove redundant initialization to pointer cb_sb_start

Danila Chernetsov (1):
ntfs: do not dereference a null ctx on error

Deming Wang (1):
ntfs: Correct spelling

Shaomin Deng (1):
ntfs: Remove unneeded semicolon

fs/ntfs/attrib.c | 2 +-
fs/ntfs/compress.c | 2 +-
fs/ntfs/mft.c | 36 +++++++++++++++++++-----------------
fs/ntfs/super.c | 4 ++--
4 files changed, 23 insertions(+), 21 deletions(-)