summaryrefslogtreecommitdiffstats
path: root/INFO
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:40:34 +0530
committerRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:40:34 +0530
commit86632d3af57cf475d504a8685cecbc22d202f74c (patch)
tree60d01a65f03f0d540e8857c7988672ae80364576 /INFO
parent4df4133f02f57b7a185d7d9f6a7939562859c3fc (diff)
INFO file updated
Diffstat (limited to 'INFO')
-rw-r--r--INFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/INFO b/INFO
index d9bc223..0da07cb 100644
--- a/INFO
+++ b/INFO
@@ -16,7 +16,7 @@ community-scripts/locks/lock.php ---> Bug 1017 - Locking deadlock when upgrading
c_pgms/locking ---> programs (both for file as well as directory) for doing open, lock (fcntl and flock), write, close on an fd multiple times to check for a leak in some memory type of the glusterfs process. (bug number 3025)
-c_pgms/threaded_io ---> program for opening a file from multiple threads and each thread doing some operation such as stat, write & truncate, read, chown etc on multiple fds
+c_pgms/threaded_io ---> program for opening a file from multiple threads and each thread doing some operation such as stat, write & truncate, read, chown etc on multiple fds (helped in reproducing bug 3011)
c_pgms/create_bench(create.c) ---> benchmarking application for taking average time duration needed for the creation of different types of files such as regular file, directory, FIFO, character and block device special files