[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230322141206.56347-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 22 Mar 2023 16:12:03 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Kees Cook <keescook@...omium.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Cezary Rojewski <cezary.rojewski@...el.com>,
linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: "Theodore Ts'o" <tytso@....edu>, Jan Kara <jack@...e.com>,
Andy Shevchenko <andy@...nel.org>,
"Rafael J. Wysocki" <rafael@...nel.org>
Subject: [PATCH v1 0/3] lib/string_helpers et al.: Change return value of strreplace()
It's more convenient to have strreplace() to return the original
pointer. This will help users to make their code better.
The patch 1 kills the only user of the returned value of strreplace(),
Patch 2 converts the return value of strreplace(). And patch 3 shows
how it may be useful.That said, the series can be routed via fs tree,
with or without the last patch.
Andy Shevchenko (3):
jbd2: Avoid printing out the boundary
lib/string_helpers: Change returned value of the strreplace()
kobject: Use return value of strreplace()
fs/jbd2/journal.c | 5 ++---
include/linux/string.h | 2 +-
lib/kobject.c | 3 +--
lib/string_helpers.c | 10 +++++++---
4 files changed, 11 insertions(+), 9 deletions(-)
--
2.40.0.1.gaa8946217a0b
Powered by blists - more mailing lists