* [PATCH v2 09/10] nfs: convert to kobject_del_and_put()
[not found] <20230319084134.11804-1-frank.li@vivo.com>
@ 2023-03-19 8:41 ` Yangtao Li
0 siblings, 0 replies; only message in thread
From: Yangtao Li @ 2023-03-19 8:41 UTC (permalink / raw)
To: Trond Myklebust, Anna Schumaker; +Cc: Yangtao Li, linux-nfs, linux-kernel
Use kobject_del_and_put() to simplify code.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
fs/nfs/sysfs.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fs/nfs/sysfs.c b/fs/nfs/sysfs.c
index 0cbcd2dfa732..a6072be5fa5a 100644
--- a/fs/nfs/sysfs.c
+++ b/fs/nfs/sysfs.c
@@ -185,8 +185,7 @@ void nfs_netns_sysfs_destroy(struct nfs_net *netns)
if (clp) {
kobject_uevent(&clp->kobject, KOBJ_REMOVE);
- kobject_del(&clp->kobject);
- kobject_put(&clp->kobject);
+ kobject_del_and_put(&clp->kobject);
netns->nfs_client = NULL;
}
}
--
2.35.1
^ permalink raw reply related [flat|nested] only message in thread