Re: [PATCH v1 2/9] landlock: Cosmetic fixes for filesystem management

2020-11-19 Thread James Morris
On Wed, 11 Nov 2020, Mickaël Salaün wrote: > Improve comments and make get_inode_object() more readable. The kfree() > call is correct but we should mimimize as much as possible lock windows. > > Cc: James Morris > Cc: Jann Horn > Cc: Serge E. Hallyn > Signed-off-by: Mickaël Salaün

[PATCH v1 2/9] landlock: Cosmetic fixes for filesystem management

2020-11-11 Thread Mickaël Salaün
Improve comments and make get_inode_object() more readable. The kfree() call is correct but we should mimimize as much as possible lock windows. Cc: James Morris Cc: Jann Horn Cc: Serge E. Hallyn Signed-off-by: Mickaël Salaün --- security/landlock/fs.c | 24 1 file