update script
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Dec 2006 19:06:07 +0000 (19:06 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Dec 2006 19:06:07 +0000 (19:06 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2314 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index 181b11b91c2d49069b93d4d4f0f52675645b6b63..13442f4b3167220beff6df0600f152e92ae05714 100755 (executable)
@@ -34,11 +34,11 @@ for a in *; do
        rm $a.tmp;
 done
 
-FILE=../${PRENAME}${COUNT}${NAME}-debugfs.diff
+FILE=../${PRENAME}${COUNT}${NAME}-workqueue.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_fs_debugfs_inode.c"
+IN="?_include_linux_workqueue.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.024404 seconds and 4 git commands to generate.