__u8 *uuid_ptr;
char *str, *label;
char ns_name[48];
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9)
request_queue_t *q;
+#endif
int rc;
ENTRY;
if (rc)
GOTO(err_post, rc);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9)
q = bdev_get_queue(mnt->mnt_sb->s_bdev);
if (q->max_sectors < q->max_hw_sectors &&
q->max_sectors < PTLRPC_MAX_BRW_SIZE >> 9)
"could be up to max_hw_sectors=%u\n",
obd->obd_name, mnt->mnt_sb->s_id,
q->max_sectors, q->max_hw_sectors);
+#endif
uuid_ptr = fsfilt_uuid(obd, obd->u.obt.obt_sb);
if (uuid_ptr != NULL) {