]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Convert mount options to pointer in sbi
authorKari Argillander <kari.argillander@gmail.com>
Tue, 7 Sep 2021 15:35:51 +0000 (18:35 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 9 Sep 2021 16:28:52 +0000 (19:28 +0300)
commit5e2ad84ba7ed8804bdac63dcfca90d27be20e307
tree4a94612ee041a83288b2ea928cae7855baaaefcb
parentd71ca82f07dbb20f8c1b1309477a3fe873d02e01
fs/ntfs3: Convert mount options to pointer in sbi

Use pointer to mount options. We want to do this because we will use new
mount api which will benefit that we have spi and mount options in
different allocations. When we remount we do not have to make whole new
spi it is enough that we will allocate just mount options.

Please note that we can do example remount lot cleaner but things will
change in next patch so this should be just functional.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/attrib.c
fs/ntfs3/dir.c
fs/ntfs3/file.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/super.c
fs/ntfs3/xattr.c