Re: mmotm 2018-06-07-16-59 uploaded (fs/fat/ and fs/dax/)

From: Randy Dunlap
Date: Thu Jun 07 2018 - 21:00:07 EST


On 06/07/2018 04:59 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2018-06-07-16-59 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>

(on i386:)

../fs/fat/inode.c: In function '__fat_get_block':
../fs/fat/inode.c:162:3: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'sector_t' [-Wformat=]
fat_fs_error(sb,
^


../fs/dax.c: In function 'dax_load_hole':
../fs/dax.c:1031:2: error: 'entry2' undeclared (first use in this function)
entry2 = dax_insert_mapping_entry(mapping, vmf, entry, pfn,
^


Easy fixes... :)
--
~Randy