File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ associated problem space.
1010point that out explicitly and clearly in the associated patches and Cc
1111` Christian Brauner <brauner (at) kernel (dot) org ` .**
1212
13+ ### xattrs for pidfd
14+
15+ Since pidfds have been moved to a separate pidfs filesystem it is easy
16+ to add support for xattrs on pidfds. That could be valuable to store
17+ meta information along the pidfd. Storing an xattr should probably make
18+ the pidfd automatically persistent, i.e., the reference for the dentry
19+ is only put once the task is reaped.
20+
21+ ** Use-Case:** Store meta information alongside pidfds.
22+
1323### inotify() events for BSD file locks
1424
1525BSD file locks (i.e. ` flock() ` , as opposed to POSIX ` F_SETLK ` and
You can’t perform that action at this time.
0 commit comments