X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Freq-layout.c;h=96ee60bf0013c2315e7d0bd5413060b8e3183a15;hb=afe1d3a47bc97525d0f5adf686bb24e848e04755;hp=608c32980af06352f489653f456f36aaed20d78c;hpb=70e80ade90af09300396706b8910e196a7928520;p=fs%2Flustre-release.git diff --git a/lustre/utils/req-layout.c b/lustre/utils/req-layout.c index 608c329..96ee60b 100644 --- a/lustre/utils/req-layout.c +++ b/lustre/utils/req-layout.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -16,8 +14,8 @@ * in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see [sun.com URL with a - * copy of GPLv2]. + * version 2 along with this program; If not, see + * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf * * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or @@ -26,8 +24,10 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2011, 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -50,21 +50,20 @@ #define __REQ_LAYOUT_USER__ (1) #define lustre_swab_generic_32s NULL -#define lustre_swab_lu_range NULL -#define lustre_swab_md_fld NULL +#define lustre_swab_lu_seq_range NULL #define lustre_swab_mdt_body NULL -#define lustre_swab_mdt_epoch NULL +#define lustre_swab_mdt_ioepoch NULL #define lustre_swab_ptlrpc_body NULL #define lustre_swab_obd_statfs NULL #define lustre_swab_connect NULL #define lustre_swab_ldlm_request NULL #define lustre_swab_ldlm_reply NULL #define lustre_swab_ldlm_intent NULL -#define lustre_swab_lov_mds_md NULL +#define lustre_swab_layout_intent NULL +/* #define lustre_swab_lov_mds_md NULL */ #define lustre_swab_mdt_rec_reint NULL #define lustre_swab_lustre_capa NULL #define lustre_swab_lustre_capa_key NULL -#define lustre_swab_mdt_rec_join NULL #define lustre_swab_llogd_conn_body NULL #define lustre_swab_llog_hdr NULL #define lustre_swab_llogd_body NULL @@ -74,6 +73,33 @@ #define lustre_swab_obd_ioobj NULL #define lustre_swab_ost_body NULL #define lustre_swab_ost_last_id NULL +#define lustre_swab_fiemap NULL +#define lustre_swab_idx_info NULL +#define lustre_swab_qdata NULL +#define lustre_swab_quota_body NULL +#define lustre_swab_ost_lvb_v1 NULL +#define lustre_swab_ost_lvb NULL +#define lustre_swab_gl_desc NULL +#define lustre_swab_mgs_config_body NULL +#define lustre_swab_mgs_config_res NULL +#define lustre_swab_swap_layouts NULL +#define lustre_swab_lu_fid NULL +#define lustre_swab_ost_id NULL +#define lustre_swab_hsm_progress_kernel NULL +#define lustre_swab_hsm_user_item NULL +#define lustre_swab_hsm_user_state NULL +#define lustre_swab_hsm_state_set NULL +#define lustre_swab_hsm_current_action NULL +#define lustre_swab_hsm_request NULL +#define lustre_swab_update_buf NULL +#define lustre_swab_update_reply_buf NULL + +#define dump_rniobuf NULL +#define dump_ioo NULL +#define dump_obdo NULL +#define dump_ost_body NULL +#define dump_rcs NULL +#define lustre_swab_lmv_user_md NULL /* * Yes, include .c file.