ceph: all allocation functions should get gfp_mask
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 6 Apr 2010 21:33:58 +0000 (14:33 -0700)
committerSage Weil <sage@newdream.net>
Mon, 17 May 2010 22:25:42 +0000 (15:25 -0700)
commit34d23762d988b7dcb08390ac72a353df3d60193c
tree3a49d039527548697165da2b8789f3588b95ffed
parent23804d91f112df09b832cd091b71af4dc2831aa8
ceph: all allocation functions should get gfp_mask

This is essential, as for the rados block device we'll need
to run in different contexts that would need flags that
are other than GFP_NOFS.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/caps.c
fs/ceph/file.c
fs/ceph/mds_client.c
fs/ceph/messenger.c
fs/ceph/messenger.h
fs/ceph/mon_client.c
fs/ceph/msgpool.c
fs/ceph/osd_client.c