Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2009 11:21:15 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200901291121.n0TBLR3o043588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-01-29 11:21:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  SVN rev 187891 on 2009-01-29 11:21:15Z by kib
  
  MFC r183067:
  The struct inode *ip supplied to softdep_freefile is not neccessary the
  inode having number ino. In r170991, the ip was marked IN_MODIFIED, that
  is not quite correct.
  
  Mark only the right inode modified by checking inode number.
  
  Revision   Changes    Path
  1.211.2.5  +2 -1      src/sys/ufs/ffs/ffs_softdep.c



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