commit | 5418d0a2c859abca2e59d7db36ba477ee4a3ebc6 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Fri Dec 02 16:35:08 2016 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 12 23:09:21 2016 +0100 |
tree | bccb9bd8eeac9d85cc13c520725d499891e9ae84 | |
parent | 7af3ea189a9a13f090de51c97f676215dabc1205 [diff] |
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>