scsi/osd: remove the gfp argument to osd_start_request
[linux-2.6-block.git] / fs / exofs / super.c
index 179cd5c2f52ac5f5199af0ae1002ddf9797037e5..719a3152da80589a858c89b5260331246fce70bf 100644 (file)
@@ -229,7 +229,7 @@ void exofs_make_credential(u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj)
 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj,
                    u64 offset, void *p, unsigned length)
 {
-       struct osd_request *or = osd_start_request(od, GFP_KERNEL);
+       struct osd_request *or = osd_start_request(od);
 /*     struct osd_sense_info osi = {.key = 0};*/
        int ret;