Remove commented code
[ltt-control.git] / lttctl / ltt-disarmnetsync.sh
1 DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
2 MARKERSROOT=${DEBUGFSROOT}/ltt/markers
3
4 echo Disconnecting network synchronization markers
5
6 for m in ${MARKERSROOT}/net/*_extended; do
7 echo Disconnecting ${m}
8 echo 0 > ${m}/enable
9 done
This page took 0.02887 seconds and 4 git commands to generate.