]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfb4638fa10c13ecb9ed9d1e2b19e1e95541e6a41
tree479962a83347082a9ad6c1a57e0e4e9baf392c9c
parent1cfcfb6f3d295aa6725e279fa1c831b664eb34a9
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