<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffcc" text="#000066">
<tt>Looks good to me.<br>
<br>
Signed-off-by: Marcos Matsunaga <a class="moz-txt-link-rfc2396E" href="mailto:Marcos.Matsunaga@oracle.com">&lt;Marcos.Matsunaga@oracle.com&gt;</a><br>
</tt>
<pre class="moz-signature" cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

“The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.”
</pre>
<br>
<br>
Tristan Ye wrote:
<blockquote
 cite="mid:1234499337-4586-1-git-send-email-tristan.ye@oracle.com"
 type="cite">
  <pre wrap="">Signed-off-by: Tristan Ye <a class="moz-txt-link-rfc2396E" href="mailto:tristan.ye@oracle.com">&lt;tristan.ye@oracle.com&gt;</a>
---
 programs/Makefile                        |    3 ++-
 programs/inode_alloc_perf_tests/Makefile |    9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)
 create mode 100755 programs/inode_alloc_perf_tests/Makefile

diff --git a/programs/Makefile b/programs/Makefile
index e8016b3..9e8dd1a 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -53,7 +53,8 @@ SUBDIRS =                        \
         write_torture                \
         xattr_tests                \
         acl_tests                \
-        quota_tests
+        quota_tests                \
+        inode_alloc_perf_tests
 
 ifdef OCFS2_TEST_ENABLE_THIRDPARTY
 SUBDIRS += bonnie dbench iozone postmark
diff --git a/programs/inode_alloc_perf_tests/Makefile b/programs/inode_alloc_perf_tests/Makefile
new file mode 100755
index 0000000..f66bd3c
--- /dev/null
+++ b/programs/inode_alloc_perf_tests/Makefile
@@ -0,0 +1,9 @@
+TOPDIR = ../..
+
+include $(TOPDIR)/Preamble.make
+
+BIN_EXTRA = inode_alloc_perf.sh multi_inode_alloc_perf.sh multi_inode_alloc_perf_runner.sh
+
+include $(TOPDIR)/Postamble.make
+
+
  </pre>
</blockquote>
</body>
</html>