Displaying 2 results from an estimated 2 matches for "ufsvfsp".
2007 Aug 30
0
[ufs-discuss] statvfs change
...fact that the delete
> * thread''s probably already invalidated the results is not a
> * problem. Note that if the delete thread is ever extended to
> * non-logging ufs, this adjustment must always be made.
> */
> if (TRANS_ISTRANS(ufsvfsp))
> ufs_delete_adjust_stats(ufsvfsp, sp);
>
>in ufs_statvfs() is grabbing locks. And it was introduced because some
>"nitpickers" claimed guaranteed point-in-time consistency of statvfs() is
>mandated by the standards, and arguing that "the values are...
2007 Aug 27
17
statvfs change
An issue was found with the netBeans installer where
the installation was failing on a large ZFS filesystem.
This resulted in CR 6560644 (zfs statvfs f_frsize needs work).
The issue is that large filesystems can cause EOVERFLOW on
statvfs() calls. This behavior is documented in the statvfs(2)
man page, but I think we can do better.
The problem was initially reported against ZFS, and my first
fix