]> git.baikalelectronics.ru Git - kernel.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)
commit0a9646a2340024b9d3e9d9f50177ba8bbde4d996
tree65f9c44df4ed4c391b7f7f67d5f7643b703e8d47
parentb7cbc255940018461d9d909caa9d36bc6c85e9d7
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