Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2011 11:23:12 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_lookup.c
Message-ID:  <201103171123.p2HBNS8O059147@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-03-17 11:23:12 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_lookup.c 
  Log:
  SVN rev 219712 on 2011-03-17 11:23:12Z by kib
  
  Remove the #if defined(FFS) || defined(IFS) braces around the calls to
  ffs_snapgone(). ufs.ko module is not build with FFS define, causing
  snapshot inode number slots in superblock never be freed, as well as a
  reference on the snapshot vnode.
  
  IFS was removed several years ago, and UFS/FFS separation was not
  maintained for real.
  
  Reported, analyzed and tested by:       Yamagi Burmeister <lists yamagi org>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.106     +0 -4      src/sys/ufs/ufs/ufs_lookup.c



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