linux/fs/ntfs3
sunliming 1dad2fff02
fs/ntfs3: make ntfs_writeback_ops static
Fix below sparse warnings:
fs/ntfs3/inode.c:972:34: sparse: sparse: symbol 'ntfs_writeback_ops' was not declared.
Should it be static?

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601061424.nbKLNwC5-lkp@intel.com/
Signed-off-by: sunliming <sunliming@kylinos.cn>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
2026-01-15 05:58:00 +01:00
..
lib Changes for 6.12-rc3 2024-10-08 10:53:06 -07:00
attrib.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
attrlist.c fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST 2025-12-19 19:03:59 +01:00
bitfunc.c fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoring 2022-11-14 19:50:42 +03:00
bitmap.c fs/ntfs3: improve readahead for bitmap initialization and large directory scans 2025-12-19 19:04:01 +01:00
debug.h fs/ntfs3. Add forward declarations for structs to debug.h 2021-09-13 19:41:43 +03:00
dir.c fs/ntfs3: fsync files by syncing parent inodes 2025-12-29 13:33:19 +00:00
file.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
frecord.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
fslog.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
fsntfs.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
index.c fs/ntfs3: allow readdir() to finish after directory mutations without rewinddir() 2025-12-19 19:04:01 +01:00
inode.c fs/ntfs3: make ntfs_writeback_ops static 2026-01-15 05:58:00 +01:00
Kconfig ntfs3: serve as alias for the legacy ntfs driver 2024-04-16 10:45:26 +02:00
lznt.c fs/ntfs3: Check if more than chunk-size bytes are written 2024-09-03 16:58:39 +03:00
Makefile
namei.c fs/ntfs3: Reformat code and update terminology 2025-10-17 12:08:42 +02:00
ntfs_fs.h fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
ntfs.h fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs 2025-12-29 13:33:31 +00:00
record.c fs/ntfs3: correct attr_collapse_range when file is too fragmented 2025-11-17 09:08:49 +01:00
run.c ntfs3: fix circular locking dependency in run_unpack_ex 2026-01-15 05:57:48 +01:00
super.c fs/ntfs3: implement iomap-based file operations 2025-12-29 13:33:32 +00:00
upcase.c fs/ntfs3: Add option "nocase" 2022-09-30 17:39:47 +03:00
xattr.c fs/ntfs3: update mode in xattr when ACL can be reduced to mode 2025-11-17 09:09:14 +01:00