Whamcloud - gitweb
new tag 2.3.58 2.3.58 v2_3_58 v2_3_58_0
authorOleg Drokin <green@whamcloud.com>
Mon, 31 Dec 2012 21:38:29 +0000 (16:38 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 31 Dec 2012 21:38:29 +0000 (16:38 -0500)
Change-Id: I69ef99e4ef58b9b88fc20dc5c94314520f8a98b2

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

index fbe6dc2..9baf2ad 100644 (file)
@@ -1,6 +1,6 @@
 m4_define([LUSTRE_MAJOR],[2])
 m4_define([LUSTRE_MINOR],[3])
 m4_define([LUSTRE_MAJOR],[2])
 m4_define([LUSTRE_MINOR],[3])
-m4_define([LUSTRE_PATCH],[57])
+m4_define([LUSTRE_PATCH],[58])
 m4_define([LUSTRE_FIX],[0])
 
 dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but
 m4_define([LUSTRE_FIX],[0])
 
 dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but
index cb865b5..220f397 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
         */
         * zfs_readdir() generates ./.. on fly, but
         * we want own entries (.. at least) with a fid
         */
-#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 58, 0)
+#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 60, 0)
 #warning "fix '.' and '..' handling"
 #endif
 
 #warning "fix '.' and '..' handling"
 #endif