Timestamp:
12/18/13 17:37:47 (10 years ago)
Author:
Alan Cudmore <alan.cudmore@…>
Branches:
4.11, 5, master
Children:
a9619f3c
Parents:
e60b7b1
git-author:
Alan Cudmore <alan.cudmore@…> (12/18/13 17:37:47)
git-committer:
Chris Johns <chrisj@…> (12/19/13 00:07:41)
Message:

For PR 2162 - RFS File System - statvfs reports 1 block free

This is for the RFS file system. The statvfs call reports 1 block free
when the file system is full because it does not account for the superblock
in its calculation of free blocks.
This is a simple fix that adjusts the number of blocks reported to account
for the superblock. We may want to wait for a more complete solution such
as locating the superblock in each group.

(No files)

Note: See TracChangeset for help on using the changeset viewer.