]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL
authorYan, Zheng <zyan@redhat.com>
Sat, 13 Jun 2015 09:27:05 +0000 (17:27 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 25 Jun 2015 08:49:31 +0000 (11:49 +0300)
commit687265e5a885d6308f5d73e738efe3c2674fa218
tree65f9c44df4ed4c391b7f7f67d5f7643b703e8d47
parentf66fd9f0952187d274c13c136b74548f792c1925
ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL

GFP_NOFS memory allocation is required for page writeback path.
But there is no need to use GFP_NOFS in syscall path and readpage
path

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/acl.c
fs/ceph/addr.c
fs/ceph/dir.c
fs/ceph/file.c
fs/ceph/mds_client.c