Re: [RFC PATCH] ceph: add ceph.caps vxattr

2020-11-23 Thread Jeff Layton
On Mon, 2020-11-23 at 14:53 +, Luis Henriques wrote: > Add a new vxattr that allows userspace to list the caps for a specific > directory or file. > > Signed-off-by: Luis Henriques > --- >  fs/ceph/xattr.c | 26 ++ >  1 file changed, 26 insertions(+) > > diff --git

Re: [RFC PATCH] ceph: add ceph.caps vxattr

2020-11-23 Thread Jeff Layton
On Mon, 2020-11-23 at 14:53 +, Luis Henriques wrote: > Add a new vxattr that allows userspace to list the caps for a specific > directory or file. > > Signed-off-by: Luis Henriques > --- >  fs/ceph/xattr.c | 26 ++ >  1 file changed, 26 insertions(+) > > diff --git

[RFC PATCH] ceph: add ceph.caps vxattr

2020-11-23 Thread Luis Henriques
Add a new vxattr that allows userspace to list the caps for a specific directory or file. Signed-off-by: Luis Henriques --- fs/ceph/xattr.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 197cb1234341..996512e05513 100644