fs/ntfs3: Fix sparse warning in ni_fiemap
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 19 Aug 2024 13:23:02 +0000 (16:23 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 3 Sep 2024 13:58:41 +0000 (16:58 +0300)
commit62fea783f96ce825f0ac9e40ce9530ddc1ea2a29
tree64ae4962130c8a8fd2b3ac796cf8435b09018dc1
parent5b2db723455a89dc96743d34d8bdaa23a402db2f
fs/ntfs3: Fix sparse warning in ni_fiemap

The interface of fiemap_fill_next_extent_k() was modified
to eliminate the sparse warning.

Fixes: d57431c6f511 ("fs/ntfs3: Do copy_to_user out of run_lock")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406271920.hndE8N6D-lkp@intel.com/
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/frecord.c