Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 1996 20:26:14 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_bio.c src/sys/sys param.h
Message-ID:  <199611280426.UAA04921@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dyson       96/11/27 20:26:12

  Modified:    sys/sys   param.h
               sys/kern  vfs_bio.c
  Log:
  Potentially fix a problem, whereby MSDOSFS can request buffers
  larger than the vfs layer can provide.  We now automatically support
  32K clusters if MSDOSFS is installed, and panic if a filesystem tries
  to allocate a buffer larger than MAXBSIZE.
  
  This commit is a result of some "prodding" by BDE.
  
  Revision  Changes    Path
  1.16      +5 -1      src/sys/sys/param.h
  1.106     +4 -1      src/sys/kern/vfs_bio.c



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