On Sun 02-12-18 13:38:22, Amir Goldstein wrote: > This is a cleanup that doesn't change any logic. > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > fs/notify/fanotify/fanotify_user.c | 25 ++++++++++--------------- > 1 file changed, 10 insertions(+), 15 deletions(-) > > diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c > index b69a7c23a765..8ecd9db8931c 100644 > --- a/fs/notify/fanotify/fanotify_user.c > +++ b/fs/notify/fanotify/fanotify_user.c > @@ -855,35 +855,31 @@ SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) > } > > /* Check if filesystem can encode a unique fid */ > -static int fanotify_test_fid(struct path *path, struct kstatfs *stat) > +static int fanotify_test_fid(struct path *path, __kernel_fsid_t *fsid) > { Ah OK, here you do what I've suggested. I guess no need to redo this then. Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR