Whamcloud - gitweb
Restore build after a tag crossed imaginary line. tag 2.3.56 2.3.56 v2_3_56 v2_3_56_0
authorOleg Drokin <green@whamcloud.com>
Mon, 19 Nov 2012 18:21:37 +0000 (13:21 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 19 Nov 2012 18:24:02 +0000 (13:24 -0500)
We need to find a better way to control such can-kicking excercises.

Change-Id: I25d8a2fbf7d5905c8f002a7c38fc44ef3124dda5

lustre/autoconf/lustre-version.ac
lustre/osd-zfs/osd_index.c

index 569189e..3a7aea6 100644 (file)
@@ -1,6 +1,6 @@
 m4_define([LUSTRE_MAJOR],[2])
 m4_define([LUSTRE_MINOR],[3])
-m4_define([LUSTRE_PATCH],[55])
+m4_define([LUSTRE_PATCH],[56])
 m4_define([LUSTRE_FIX],[0])
 
 dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but
index 73d02a4..44ee79f 100644 (file)
@@ -536,7 +536,7 @@ static int osd_dir_insert(const struct lu_env *env, struct dt_object *dt,
         * zfs_readdir() generates ./.. on fly, but
         * we want own entries (.. at least) with a fid
         */
-#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 55, 0)
+#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 57, 0)
 #warning "fix '.' and '..' handling"
 #endif