]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/memfd: remove redundant casts
authorJoey Pabalinas <joeypabalinas@gmail.com>
Sun, 31 Aug 2025 11:47:48 +0000 (01:47 -1000)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Sep 2025 21:22:00 +0000 (14:22 -0700)
commit5a00878f78cf4ef12bd5dcea88ed4dd1ef0c7433
tree3729dbe615b0e784d29b81f3eea181391f666ea8
parent783dbe472d4af1704febf7c52b0ae9262220bf1b
mm/memfd: remove redundant casts

MFD_ALL_FLAGS is already an unsigned int.  Remove redundant casts to
unsigned int.

Link: https://lkml.kernel.org/r/efbbe6093b64a5b19f974871d5262d6e75dff2c0.1756639225.git.joeypabalinas@gmail.com
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Joey Pabalinas <joeypabalinas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memfd.c