]> 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)
commit0fb0e123aabfad6b76a50e12da45b1ea9c2a5fbc
tree479962a83347082a9ad6c1a57e0e4e9baf392c9c
parentad7dec79e04b9baa64342529eeff560d9c3c1b9b
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