]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/shmem.c: suppress shift warning
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 25 May 2022 22:17:09 +0000 (15:17 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 27 May 2022 16:33:47 +0000 (09:33 -0700)
commitfa020a2b87d24016723fff4a4237deb612478a32
tree9209d063f5946af9072077afa8cda19a2bc54f6f
parent0710d0122abc93adcb9a70a78f1625c491f6ad91
mm/shmem.c: suppress shift warning

mm/shmem.c:1948 shmem_getpage_gfp() warn: should '(((1) << 12) / 512) << folio_order(folio)' be a 64 bit type?

On i386, so an unsigned long is 32-bit, but i_blocks is a 64-bit blkcnt_t.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Jessica Clarke <jrtc27@jrtc27.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/shmem.c