From 355b243a41b8ad2e93764fd61e89af41a414890e Mon Sep 17 00:00:00 2001
From: qian <qian>
Date: Thu, 18 Oct 2007 11:49:15 +0000
Subject: [PATCH] b=13099 i=adilger,shadow fix the directio path: submit entire
 write in one RPC set. change the test script name.

---
 lustre/tests/sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index 391af95d56..f397bd727d 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -4303,14 +4303,14 @@ test_119b() # bug 11737
 }
 run_test 119b "Sparse directIO read must return actual read amount"
 
-test_119b() # bug 13099
+test_119c() # bug 13099
 {
         BSIZE=1048576
         directio write $DIR/$tfile 3 1 $BSIZE || error "direct write failed"
         directio readhole $DIR/$tfile 0 2 $BSIZE || error "reading hole failed"
         rm -f $DIR/$tfile
 }
-run_test 119b "Testing for direct read hitting hole"
+run_test 119c "Testing for direct read hitting hole"
 
 LDLM_POOL_CTL_RECALC=1
 LDLM_POOL_CTL_SHRINK=2
-- 
GitLab