From: Dave Chinner Date: Thu, 8 May 2008 04:10:08 +0000 (+0000) Subject: Use standard awk comment format. X-Git-Tag: v1.1.0~387 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=df8a627e44990697a0ec5c4e39930daae19f30b5;p=xfstests-dev.git Use standard awk comment format. Merge of master-melb:xfs-cmds:31031a by kenmcd. Use standard awk comment format. --- diff --git a/166 b/166 index 52db7de6..1639711f 100644 --- a/166 +++ b/166 @@ -40,7 +40,7 @@ _filter_blocks() unwritten2 = ((1048576/512) / 2) - 2 * written_size } - /* is the extent unwritten? */ + # is the extent unwritten? unwritten_ext = 0; if ($7 >= 10000) unwritten_ext = 1;