update script
[lttv.git] / 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.024521 seconds and 4 git commands to generate.