cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Suleiman Souhlal ssouhlal at FreeBSD.org
Mon Aug 22 17:57:16 GMT 2005


Hi,

On Aug 22, 2005, at 5:55 AM, Scott Long wrote:

> Suleiman Souhlal wrote:
>
>> ssouhlal    2005-08-21 22:06:41 UTC
>>   FreeBSD src repository
>>   Modified files:
>>     sys/ufs/ffs          ffs_vfsops.c   Log:
>>   Set the mountpoint path in the superblock (fs_fsmnt) at mount-time
>>   so that it appears in the various messages (not cleanly unmounted,
>>   filesystem full, etc). This has been broken since rev 1.261.
>>     Revision  Changes    Path
>>   1.292     +2 -1      src/sys/ufs/ffs/ffs_vfsops.c
>>
>
> What was wrong with vfs_mountedfrom()?

The string it expects is the path to a device, and not to a mountpoint.
We already call it in ffs_mount() with the right path.

--
Suleiman Souhlal     | ssouhlal at vt.edu
The FreeBSD Project  | ssouhlal at FreeBSD.org



More information about the cvs-src mailing list