+2
−2
Loading
mainline inclusion from mainline-v6.11-rc6 commit 6b35cc8d9239569700cc7cc737c8ed40b8b9cfdb category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB42M2 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6b35cc8d9239569700cc7cc737c8ed40b8b9cfdb -------------------------------- Use XFS_BUF_DADDR_NULL (instead of a magic sentinel value) to mean "this field is null" like the rest of xfs. Cc: wozizhi@huawei.com Fixes: e89c0413 ("xfs: implement the GETFSMAP ioctl") Reviewed-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Darrick J. Wong <djwong@kernel.org> Signed-off-by:
Chandan Babu R <chandanbabu@kernel.org> Signed-off-by:
Zizhi Wo <wozizhi@huawei.com>