Whamcloud - gitweb
New RC 2.15.0-RC2 2.15.0-RC2 v2_15_0-RC2
authorOleg Drokin <green@whamcloud.com>
Tue, 8 Feb 2022 00:12:39 +0000 (19:12 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Feb 2022 00:12:39 +0000 (19:12 -0500)
Change-Id: Idfbc2ff63d48e2b3ca4801905e1d6ee7667ac427
Signed-off-by: Oleg Drokin <green@whamcloud.com>
LUSTRE-VERSION-GEN
lustre/llite/namei.c

index 5874004..d8856aa 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION=2.15.0-RC1
+DEFAULT_VERSION=2.15.0-RC2
 LVF=LUSTRE-VERSION-FILE
 
 LF='
index 6681993..23e3709 100644 (file)
@@ -1646,7 +1646,7 @@ again:
                        from_kuid(&init_user_ns, current_fsuid()),
                        from_kgid(&init_user_ns, current_fsgid()),
                        current_cap(), rdev, &request);
-#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 14, 58, 0)
+#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 15, 58, 0)
        /*
         * server < 2.12.58 doesn't pack default LMV in intent_getattr reply,
         * fetch default LMV here.