Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2011 21:40:48 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/fdescfs fdesc_vnops.c
Message-ID:  <201104092141.p39Lf45w043239@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-04-09 21:40:48 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fdescfs       fdesc_vnops.c 
  Log:
  SVN rev 220506 on 2011-04-09 21:40:48Z by kib
  
  Linuxolator calls VOP_READDIR with ncookies pointer. Implement a
  workaround for fdescfs to not panic when ncookies is not NULL, similar
  to the one committed as r152254, but simpler, due to fdescfs_readdir()
  not calling vfs_read_dirent().
  
  PR:     kern/156177
  MFC after:      1 week
  
  Revision  Changes    Path
  1.120     +3 -7      src/sys/fs/fdescfs/fdesc_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104092141.p39Lf45w043239>