summaryrefslogtreecommitdiff
path: root/common/punch
diff options
context:
space:
mode:
authorRich Johnston <rjohnston@sgi.com>2013-05-03 14:07:59 -0500
committerRich Johnston <rjohnston@sgi.com>2013-05-03 14:07:59 -0500
commit7f622f44b651aec13b99ef62c2942388a6fbee5d (patch)
tree943bf7843095ae217c0f1de4a276402588f0c63d /common/punch
parent2ca254dfddbbab8def35472b6ca39140400aff76 (diff)
Revert "xfstests 311: test fsync with dm flakey V3"
This reverts commit 2ca254dfddbbab8def35472b6ca39140400aff76. Patch will be resubmitted
Diffstat (limited to 'common/punch')
-rw-r--r--common/punch7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/punch b/common/punch
index b9f9acd4..cfbe5769 100644
--- a/common/punch
+++ b/common/punch
@@ -234,6 +234,13 @@ _filter_hole_fiemap()
_coalesce_extents
}
+
+# Prints the md5 checksum of a given file
+_md5_checksum()
+{
+ md5sum $1 | cut -d ' ' -f1
+}
+
_filter_bmap()
{
awk '