Re: [RFC PATCH] getting misc stats/attributes via xattr API
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2022-05-10 15:06:30
Also in:
linux-api, linux-fsdevel, linux-man, lkml
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2022-05-10 15:06:30
Also in:
linux-api, linux-fsdevel, linux-man, lkml
On Tue, 10 May 2022 at 16:19, Christian Brauner [off-list ref] wrote:
Fwiw, turning this around: unifying semantically distinct interfaces because of syntactical similarities is bad. Moving them into a syntactically equivalent system call that expresses the difference in semantics in its name is good.
You are ignoring the arguments against fragmentation. You are also ignoring the fact that semantically the current xattr interface is already fragmented. Grep for "strncmp(name, XATTR_" in fs/xattr.c. We don't have getsecurityxattr(), getuserxattr(), gettrustedxattr() and getsystemxattr(). It would be crazy. Adding getfsxattr() would be equally crazy. getxattr() pretty much describes the semantics of all of these things. Thanks, Miklos