Searched hist:"564 c97bdfa39c7d1f331841fb24da6e714693037" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | dir.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | attrib.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | xattr.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | ntfs_fs.h | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | super.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | file.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|
H A D | inode.c | diff 564c97bdfa39c7d1f331841fb24da6e714693037 Tue Sep 07 10:35:51 CDT 2021 Kari Argillander <kari.argillander@gmail.com> 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>
|