From ac10266dd9723060fdbe752731750301a715397c Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 25 Feb 2003 01:08:39 +0000 Subject: [PATCH] - bring b_devel changes into b_io in preparation for file size fixes --- lustre/include/linux/obd_ost.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/linux/obd_ost.h b/lustre/include/linux/obd_ost.h index 5de0a25..f8d1486 100644 --- a/lustre/include/linux/obd_ost.h +++ b/lustre/include/linux/obd_ost.h @@ -31,6 +31,8 @@ #define LUSTRE_OST_NAME "ost" #define LUSTRE_OSC_NAME "osc" +#define LUSTRE_SANOSC_NAME "sanosc" +#define LUSTRE_SANOST_NAME "sanost" /* ost/ost_pack.c */ void ost_pack_niobuf(void **tmp, __u64 offset, __u32 len, __u32 flags, -- 1.8.3.1