Re: [PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint

From: Hugh Dickins
Date: Thu Aug 08 2019 - 17:56:51 EST


On Thu, 8 Aug 2019, Chris Wilson wrote:
> + * By creating our own shmemfs mountpoint, we can pass in
> + * mount flags that better match our usecase.
> + *
> + * One example, although it is probably better with a per-file
> + * control, is selecting huge page allocations ("huge=within").

s/within/within_size/

Not that either of us is recommending that direction,
but since it's mentioned, better to give the correct name.

> + * Currently unused due to bandwidth issues (slow reads) on Broadwell+.

Thanks,
Hugh