From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, gregkh@linuxfoundation.org,
david@redhat.com, akinobu.mita@gmail.com, machel@vivo.com,
akpm@linux-foundation.org
Subject: [merged mm-nonmm-stable] lib-remove-error-checking-for-debugfs_create_dir.patch removed from -mm tree
Date: Sat, 12 Aug 2023 15:05:41 -0700 [thread overview]
Message-ID: <20230812220541.EA80BC433C7@smtp.kernel.org> (raw)
The quilt patch titled
Subject: lib: remove error checking for debugfs_create_dir()
has been removed from the -mm tree. Its filename was
lib-remove-error-checking-for-debugfs_create_dir.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Wang Ming <machel@vivo.com>
Subject: lib: remove error checking for debugfs_create_dir()
Date: Thu, 13 Jul 2023 16:24:43 +0800
It is expected that most callers should _ignore_ the errors return by
debugfs_create_dir() in err_inject_init().
Link: https://lkml.kernel.org/r/20230713082455.2415-1-machel@vivo.com
Signed-off-by: Wang Ming <machel@vivo.com>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/notifier-error-inject.c | 3 ---
1 file changed, 3 deletions(-)
--- a/lib/notifier-error-inject.c~lib-remove-error-checking-for-debugfs_create_dir
+++ a/lib/notifier-error-inject.c
@@ -83,9 +83,6 @@ static int __init err_inject_init(void)
notifier_err_inject_dir =
debugfs_create_dir("notifier-error-inject", NULL);
- if (!notifier_err_inject_dir)
- return -ENOMEM;
-
return 0;
}
_
Patches currently in -mm which might be from machel@vivo.com are
reply other threads:[~2023-08-12 22:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230812220541.EA80BC433C7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=akinobu.mita@gmail.com \
--cc=david@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=machel@vivo.com \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.