[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241003151435.3753959-1-aahringo@redhat.com>
Date: Thu, 3 Oct 2024 11:14:31 -0400
From: Alexander Aring <aahringo@...hat.com>
To: trondmy@...nel.org
Cc: anna@...nel.org,
bcodding@...hat.com,
gregkh@...uxfoundation.org,
rafael@...nel.org,
akpm@...ux-foundation.org,
linux-nfs@...r.kernel.org,
gfs2@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] nfs: kobject: use generic helpers and ownership
Hi,
I currently have pending patches for fs/dlm (Distributed Lock Manager)
subsystem to introduce some helpers to udev. However, it seems it takes
more time that I can bring those changes upstream. I put those out now
and already figured out that nfs can also take advantage of those changes.
With this patch-series I try to try to reduce my patch-series for DLM
and already bring part of it upstream and nfs will be a user of it.
The ownership callback, I think it should be set as the
kset_create_and_add() sets this callback as default. I never had any
issues with it, but there might be container corner cases that requires
those changes?
- Alex
Alexander Aring (4):
kobject: add kset_type_create_and_add() helper
kobject: export generic helper ops
nfs: sysfs: use kset_type_create_and_add()
nfs: sysfs: use default get_ownership() callback
fs/nfs/sysfs.c | 30 +++----------------
include/linux/kobject.h | 10 +++++--
lib/kobject.c | 65 ++++++++++++++++++++++++++++++-----------
3 files changed, 60 insertions(+), 45 deletions(-)
--
2.43.0
Powered by blists - more mailing lists