cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 23:43:04 PDT 2003


jeff        2003/10/04 23:43:03 PDT

  FreeBSD src repository

  Modified files:
    sys/gnu/ext2fs       ext2_vfsops.c 
  Log:
   - File systems that wish to inspect the vnode contents or their private
     v_data field before calling vget/vn_lock must check VI_XLOCK manually to
     be sure that v_data is still valid.  Implement this check in two places
     here.
  
  Revision  Changes    Path
  1.109     +8 -0      src/sys/gnu/ext2fs/ext2_vfsops.c


More information about the cvs-src mailing list