[PATCH v1 1/4] Make anon_inodes unconditional

2019-04-16 Thread Christian Brauner
From: David Howells Make the anon_inodes facility unconditional so that it can be used by core VFS code and pidfd code. Signed-off-by: David Howells Signed-off-by: Al Viro [christ...@brauner.io: adapt commit message to mention pidfds] Signed-off-by: Christian Brauner --- /* changelog */ v1:

[PATCH v1 1/4] Make anon_inodes unconditional

2019-03-27 Thread Christian Brauner
From: David Howells Make the anon_inodes facility unconditional so that it can be used by core VFS code and the pidfd_open() syscall. Signed-off-by: David Howells Signed-off-by: Al Viro [christ...@brauner.io: adapt commit message to mention pidfd_open()] Signed-off-by: Christian Brauner ---

[PATCH v1 1/4] Make anon_inodes unconditional

2019-03-26 Thread Christian Brauner
From: David Howells Make the anon_inodes facility unconditional so that it can be used by core VFS code and the pidctl() syscall. Signed-off-by: David Howells Signed-off-by: Al Viro [christ...@brauner.io: adapt commit message to mention pidctl()] Signed-off-by: Christian Brauner ---