libceph: no need for GFP_NOFS in ceph_monc_init()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Dec 2016 15:35:08 +0000 (16:35 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Dec 2016 22:09:21 +0000 (23:09 +0100)
commit5418d0a2c859abca2e59d7db36ba477ee4a3ebc6
treebccb9bd8eeac9d85cc13c520725d499891e9ae84
parent7af3ea189a9a13f090de51c97f676215dabc1205
libceph: no need for GFP_NOFS in ceph_monc_init()

It's called during inital setup, when everything should be allocated
with GFP_KERNEL.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
net/ceph/mon_client.c