fixed hjfs df
This commit is contained in:
parent
9cec2db619
commit
7a91a85509
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ cmddf(int, char **)
|
|||
n++;
|
||||
putbuf(b);
|
||||
}
|
||||
dprint("hjfs: free %uld, used %uld, total %uld\n", n, sb->sb.size - n, sb->sb.size);
|
||||
dprint("hjfs: free %ulld, used %ulld, total %ulld\n", n, sb->sb.size - n, sb->sb.size);
|
||||
putbuf(sb);
|
||||
wunlock(fsmain);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue