mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()
authorWang Sheng-Hui <shhuiw@gmail.com>
Wed, 6 Aug 2014 23:07:26 +0000 (16:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:20 +0000 (18:01 -0700)
commitfed400a181447ba975d40e1df5e0d555eae51795
tree479962a83347082a9ad6c1a57e0e4e9baf392c9c
parent9a95f3cf7b33d66fa64727cff8cd2f2a9d09f335
mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()

The gfp arg is not used in shmem_add_to_page_cache.  Remove this unused
arg.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/shmem.c
This page took 0.029118 seconds and 5 git commands to generate.