]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Use standard awk comment format.
authorDave Chinner <dgc@sgi.com>
Thu, 8 May 2008 04:10:08 +0000 (04:10 +0000)
committerDave Chinner <dgc@sgi.com>
Thu, 8 May 2008 04:10:08 +0000 (04:10 +0000)
Merge of master-melb:xfs-cmds:31031a by kenmcd.

  Use standard awk comment format.

166

diff --git a/166 b/166
index 52db7de636f68e371fac6685d790bb02dc059480..1639711ff8bcd7be78f9bca3756a94175ed1a057 100644 (file)
--- 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;