Whamcloud - gitweb
LU-3054 build: fix 'program hangs' errors
[fs/lustre-release.git] / lustre / include / obd_lov.h
index 9b853d0..1ee3675 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, Whamcloud, Inc.
+ * Copyright (c) 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -37,6 +37,8 @@
 #ifndef _OBD_LOV_H__
 #define _OBD_LOV_H__
 
+#define LOV_DEFAULT_STRIPE_SIZE (1 << LNET_MTU_BITS)
+
 static inline int lov_stripe_md_size(__u16 stripes)
 {
         return sizeof(struct lov_stripe_md) + stripes*sizeof(struct lov_oinfo*);