Re: Change do_sys_mount()

2015-10-22 Thread Christos Zoulas
In article <56276e75.7000...@m00nbsd.net>, Maxime Villard wrote: >Hi, >here is a patch I must have written after fixing the bugs in mount one or >two years ago. It changes do_sys_mount() so that it only takes as argument >the type of the drive instead of its associated vfsops. > >It does change t

Change do_sys_mount()

2015-10-21 Thread Maxime Villard
Hi, here is a patch I must have written after fixing the bugs in mount one or two years ago. It changes do_sys_mount() so that it only takes as argument the type of the drive instead of its associated vfsops. It does change the behavior for the compat layers: now that the associated vfsops is retr