Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 20:00:15 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h
Message-ID:  <200902272000.n1RK0Tic043685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-02-27 20:00:15 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       denode.h msdosfs_denode.c 
                         msdosfs_vfsops.c msdosfs_vnops.c 
                         msdosfsmount.h 
  Log:
  SVN rev 189120 on 2009-02-27 20:00:15Z by jhb
  
  - Hold a reference on the cdev a filesystem is mounted from in the mount.
  - Remove the cdev pointers from the denode and instead use the mountpoint's
    reference to call dev2udev() in getattr().
  
  Reviewed by:    kib, julian
  
  Revision  Changes    Path
  1.40      +0 -1      src/sys/fs/msdosfs/denode.h
  1.102     +0 -1      src/sys/fs/msdosfs/msdosfs_denode.c
  1.192     +10 -5     src/sys/fs/msdosfs/msdosfs_vfsops.c
  1.192     +2 -4      src/sys/fs/msdosfs/msdosfs_vnops.c
  1.40      +2 -1      src/sys/fs/msdosfs/msdosfsmount.h



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