(Against the March intermediate release)

mqns support is expect in 2.6.30, not 2.6.29.

Signed-off-by: Serge Hallyn <se...@us.ibm.com>
---
 .../kernel/containers/mqns/check_mqns_enabled.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/containers/mqns/check_mqns_enabled.c 
b/testcases/kernel/containers/mqns/check_mqns_enabled.c
index a369921..169e8c9 100644
--- a/testcases/kernel/containers/mqns/check_mqns_enabled.c
+++ b/testcases/kernel/containers/mqns/check_mqns_enabled.c
@@ -34,7 +34,7 @@ int main()
        int pid;
        mqd_t mqd;
 
-        if (tst_kvercmp(2,6,29) < 0)  /* only in -mm so far actually */
+        if (tst_kvercmp(2,6,30) < 0)  /* only in -mm so far actually */
                 return 1;
 
        mq_unlink("/checkmqnsenabled");
-- 
1.5.6.3


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to