On Mon, Aug 5, 2019 at 6:05 PM Sergey Senozhatsky
wrote:
>
> Hello,
>
> Convert i915 to a new mount API and fix i915_gemfs_init() kernel Oops.
>
> It also appears that we need to EXPORTs put_filesystem(), so i915
> can properly put filesystem after it is done with kern_mount().
>
> v2:
> -
Hello,
Convert i915 to a new mount API and fix i915_gemfs_init() kernel Oops.
It also appears that we need to EXPORTs put_filesystem(), so i915
can properly put filesystem after it is done with kern_mount().
v2:
- export put_filesystem() [Chris]
- always put_filesystem() in i915_gemfs_in