]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Stop reconfiguring our shmemfs mountpoint
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Aug 2019 17:22:26 +0000 (18:22 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Aug 2019 19:18:30 +0000 (20:18 +0100)
commitb2d51e035b195d5c45dd0c9d5f1c6b48e730f0e7
tree9c93ef3bb7a0aabba35cb68246eb84af22782282
parentd6379d802602c1e6ce98da6838b85bbd91321c78
drm/i915: Stop reconfiguring our shmemfs mountpoint

The filesystem reconfigure API is undergoing a transition, breaking our
current code. As we only set the default options, we can simply remove
the call to s_op->remount_fs(). In the future, when HW permits, we can
try re-enabling huge page support, albeit as suggested with new per-file
controls.

Reported-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Suggested-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190808172226.18306-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gemfs.c