devtmpfs: add debug info to handle()
authorLonglong Xia <xialonglong1@huawei.com>
Fri, 10 Feb 2023 09:54:43 +0000 (09:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2023 10:26:36 +0000 (11:26 +0100)
commit90a9d5ff225267b3376f73c19f21174e3b6d7746
tree3c0b77cfcbd1cf13cbada9c9ed3f1f53c0af6354
parent31b4b6730fd4f5d503c9f23619c920ce7b794754
devtmpfs: add debug info to handle()

Because handle() is the core function for processing devtmpfs requests,
Let's add some debug info in handle() to help users know why failed.

Signed-off-by: Longlong Xia <xialonglong1@huawei.com>
Link: https://lore.kernel.org/r/20230210095444.4067307-3-xialonglong1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/devtmpfs.c