Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2010 08:25:04 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <201004030825.o338POMt002782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-04-03 08:25:04 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  SVN rev 206128 on 2010-04-03 08:25:04Z by avg
  
  ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobj
  
  The assignment is already done in g_vfs_open.
  Redundant assignment is harmless, but can become a problem if g_vfs_open
  logic is changed.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.370     +0 -1      src/sys/ufs/ffs/ffs_vfsops.c



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