Re: linux-next: Tree for Mar 9 (ntfs)
From: Randy Dunlap
Date: Mon Mar 09 2026 - 23:50:18 EST
On 3/9/26 11:49 AM, Mark Brown wrote:
> Hi all,
>
> Changes since 20260306:
>
on ARCH=arm (32-bit):
../fs/ntfs/namei.c: In function 'ntfs_test_inode_attr':
../fs/ntfs/namei.c:813:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
813 | u64 mft_no = (u64)data;
| ^
../fs/ntfs/namei.c: In function 'ntfs_delete':
../fs/ntfs/namei.c:993:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
993 | (void *)ni->mft_no)) != NULL) {
|
--
~Randy