Whamcloud - gitweb
LU-3030 build: Update Master Copyrights pre 2.4 split
[fs/lustre-release.git] / lustre / fid / fid_request.c
index 6facae1..a929833 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Intel Corporation.
+ * Copyright (c) 2011, 2013, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -89,9 +89,9 @@ static int seq_client_rpc(struct lu_client_seq *seq,
 
        in->lsr_index = seq->lcs_space.lsr_index;
        if (seq->lcs_type == LUSTRE_SEQ_METADATA)
-               in->lsr_flags = LU_SEQ_RANGE_MDT;
+               fld_range_set_mdt(in);
        else
-               in->lsr_flags = LU_SEQ_RANGE_OST;
+               fld_range_set_ost(in);
 
        if (opc == SEQ_ALLOC_SUPER) {
                req->rq_request_portal = SEQ_CONTROLLER_PORTAL;