jeff        2005-03-17 11:58:44 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ufs          ufs_inode.c 
  Log:
   - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefault
     in ffs_lock() when it acesses v_data without the vnlock.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.63      +7 -1      src/sys/ufs/ufs/ufs_inode.c