cvs commit: src/sys/kern vfs_mount.c
    Pawel Jakub Dawidek 
    pjd at FreeBSD.org
       
    Fri Jun  2 20:30:54 UTC 2006
    
    
  
pjd         2006-06-02 20:29:02 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Fix a problem introduced in revision 1.220. On mount(2) failure, don't
  forget to unbusy file system before its destruction.
  
  This fixes the following warning on mount failure:
  
          Mount point <X> had 1 dangling refs
  
  Tested by:      wkoszek
  
  Revision  Changes    Path
  1.226     +6 -5      src/sys/kern/vfs_mount.c
    
    
More information about the cvs-all
mailing list