Skip to content
Commit e798ba57 authored by Hugh Dickins's avatar Hugh Dickins Committed by Linus Torvalds
Browse files

Export tiny shmem_file_setup for DRM-GEM



We're trying to keep the !CONFIG_SHMEM tiny-shmem.c (using ramfs without
swap) in synch with CONFIG_SHMEM shmem.c (and mpm is preparing patches
to combine them).  I was glad to see EXPORT_SYMBOL_GPL(shmem_file_setup)
go into shmem.c, but why not support DRM-GEM when !CONFIG_SHMEM too?
But caution says still depend on MMU, since !CONFIG_MMU is.. different.

Signed-off-by: default avatarHugh Dickins <hugh@veritas.com>
Acked-by: default avatarMatt Mackall <mpm@selenic.com>
Acked-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 653c0316
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment