i915: Call aops write_begin() and write_end() directly
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 3 Mar 2022 18:43:29 +0000 (13:43 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:45:56 +0000 (14:45 -0400)
commitc5edd542aa548d2a086b117933eedb229768472e
treed6e2cda26d770276489238284f6da83556f878d9
parent6e0ee0446570c358bae4e224f6a43a5f53f793a0
i915: Call aops write_begin() and write_end() directly

pagecache_write_begin() and pagecache_write_end() are now trivial
wrappers, so call the aops directly.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/gpu/drm/i915/gem/i915_gem_shmem.c