Re: [PATCH 3/8] fs: wrap simple_pin_fs/simple_release_fs arguments in a struct

2020-04-14 Thread Greg Kroah-Hartman
On Tue, Apr 14, 2020 at 02:42:57PM +0200, Emanuele Giuseppe Esposito wrote: > @@ -676,9 +674,9 @@ static void __debugfs_file_removed(struct dentry *dentry) > > static void remove_one(struct dentry *victim) > { > -if (d_is_reg(victim)) > +if (d_is_reg(victim)) > __debug

[PATCH 3/8] fs: wrap simple_pin_fs/simple_release_fs arguments in a struct

2020-04-14 Thread Emanuele Giuseppe Esposito
Simplify passing the count and mount to simple_pin_fs and simple_release_fs, in preparation for adding more high level operations to the simplefs API. Signed-off-by: Emanuele Giuseppe Esposito --- drivers/gpu/drm/drm_drv.c | 11 +-- drivers/misc/cxl/api.c | 13 ++--