]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
*** empty log message ***
authorsage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 14 Apr 2006 19:10:03 +0000 (19:10 +0000)
committersage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 14 Apr 2006 19:10:03 +0000 (19:10 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@740 29311d96-e01e-0410-9327-a35deaab8ce9

ceph/ebofs/Ebofs.cc

index c885deb4451e308af8f94634236074daa28b7e75..8123d80abd63f6782e56191ac562f9711bef0f27 100644 (file)
@@ -1213,7 +1213,7 @@ int Ebofs::statfs(struct statfs *buf)
   buf->f_type = EBOFS_MAGIC;             /* type of filesystem */
   buf->f_bsize = 4096;                   /* optimal transfer block size */
   buf->f_blocks = dev.get_num_blocks();  /* total data blocks in file system */
-  buf->f_bfree = get_free_blocks();// + get_limbo_blocks();            /* free blocks in fs */
+  buf->f_bfree = get_free_blocks() + get_limbo_blocks();            /* free blocks in fs */
   buf->f_bavail = get_free_blocks();// + get_limbo_blocks();           /* free blocks avail to non-superuser */
   buf->f_files = nodepool.num_total();   /* total file nodes in file system */
   buf->f_ffree = nodepool.num_free();    /* free file nodes in fs */