Thread (3 messages) 3 messages, 2 authors, 2023-12-27

Re: [PATCH v5 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse

From: Gregory Price <hidden>
Date: 2023-12-27 15:45:35
Also in: linux-doc, linux-fsdevel, linux-mm, lkml

On Wed, Dec 27, 2023 at 04:39:29PM +0800, Huang, Ying wrote:
Gregory Price [off-list ref] writes:
quoted
+ * fields and return just the mode in mode_arg and flags in flags.
+ */
+static inline int sanitize_mpol_flags(int *mode_arg, unsigned short *flags)
+{
+	unsigned short mode = (*mode_arg & ~MPOL_MODE_FLAGS);
+
+	*flags = *mode_arg & MPOL_MODE_FLAGS;
+	*mode_arg = mode;
It appears that it's unnecessary to introduce a local variable to split
mode/flags.  Just reuse the original code?
ack

~Gregory
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help