Whamcloud - gitweb
LU-8159 osd-ldiskfs: cache xattr in osd-ldiskfs
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_internal.h
index 654884d..d7baa6a 100644 (file)
@@ -148,6 +148,8 @@ struct osd_object {
 #ifdef CONFIG_LOCKDEP
         struct lockdep_map      oo_dep_map;
 #endif
+
+       struct list_head        oo_xattr_list;
 };
 
 struct osd_obj_seq {