[Intel-gfx] [PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint
Chris Wilson
chris at chris-wilson.co.uk
Mon Aug 12 07:13:26 UTC 2019
Quoting Sergey Senozhatsky (2019-08-12 08:11:48)
> On (08/08/19 18:22), Chris Wilson wrote:
> [..]
> > @@ -20,31 +20,18 @@ int i915_gemfs_init(struct drm_i915_private *i915)
> > if (!type)
> > return -ENODEV;
> [..]
> > + gemfs = kern_mount(type);
> > + if (IS_ERR(gemfs))
> > + return PTR_ERR(gemfs);
> >
> > i915->mm.gemfs = gemfs;
>
> We still have to put_filesystem(). Right?
Yes. We still your patches for EXPORT_SYMBOL.
-Chris
More information about the Intel-gfx
mailing list