Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] shm: CONFIG_SHMEM=n build fix
Fix bug found by Grant Coady <[email protected]>'s autobuild setup. shmem_set_policy() and shmem_get_policy() are macros if !CONFIG_SHMEM, so this doesn't work. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information