Re: [PATCH] vfs: change iterate_supers callback to take an int arg instead of a void *

2018-05-17 Thread Jeff Layton
On Thu, 2018-05-17 at 18:39 +0200, Jan Kara wrote: > On Thu 17-05-18 11:46:46, Jeff Layton wrote: > > From: Jeff Layton > > > > All of the callback functions for iterate_supers either ignore the > > opaque argument, or dereference the pointer only to fetch the int > > to which it points. > > > >

Re: [PATCH] vfs: change iterate_supers callback to take an int arg instead of a void *

2018-05-17 Thread Jan Kara
On Thu 17-05-18 11:46:46, Jeff Layton wrote: > From: Jeff Layton > > All of the callback functions for iterate_supers either ignore the > opaque argument, or dereference the pointer only to fetch the int > to which it points. > > Change iterate_supers to pass an opaque int arg to the callback >