summaryrefslogtreecommitdiff
path: root/fs/ntfs3/Makefile
AgeCommit message (Collapse)Author
2026-03-04fs/ntfs3: add a subset of W=1 warnings for stricter checksKonstantin Komarov
Enable a subset of W=1-style compiler warnings for the ntfs3 tree so we catch small bugs early (unused symbols, missing declarations/prototypes, possible uninitialized/mis-sized uses, etc). Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov
This adds Kconfig, Makefile and doc Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>