Whamcloud - gitweb
LU-3336 lfsck: namespace visible lost+found directory
[fs/lustre-release.git] / lustre / mdd / mdd_internal.h
index 0bfb2a2..c21facf 100644 (file)
@@ -84,7 +84,8 @@ static inline __u64 cl_time(void) {
 
 /** Objects in .lustre dir */
 struct mdd_dot_lustre_objs {
-        struct mdd_object *mdd_obf;
+       struct mdd_object *mdd_obf;
+       struct mdd_object *mdd_lpf;
 };
 
 struct mdd_device {