Whamcloud - gitweb
LU-709 build: remove old BGL support option
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_oi.h
index bae99ed..0cb61c8 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) 2012, Whamcloud, Inc.
+ * Copyright (c) 2011, 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -84,6 +84,11 @@ struct osd_inode_id {
        __u32 oii_gen; /* inode generation */
 };
 
+struct osd_idmap_cache {
+       struct lu_fid           oic_fid;
+       struct osd_inode_id     oic_lid;
+};
+
 static inline void osd_id_pack(struct osd_inode_id *tgt,
                               const struct osd_inode_id *src)
 {