*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@893 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sage 2006-03-01 22:08:44 +00:00
parent 8543b8d69f
commit 06bc7e6ef0

View File

@ -641,6 +641,7 @@ int main(int argc, char **argv) {
fflush(stdout);
/* display disk usage */
mkdir(testdir, DIRMODE);
sprintf(dfCall, "df %s\n", testdir);
system(dfCall);
}