Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2000 09:40:03 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_vfsops.c
Message-ID:  <200001021740.JAA51622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/01/02 09:40:03 PST

  Modified files:
    sys/gnu/ext2fs       ext2_fs.h ext2_vfsops.c 
  Log:
  Don't allow mounting (or mounting R/W) of filesystems with unsupported
  features (except for file types in directory entries, which will be
  supported soon).
  
  Centralized the magic number and compatibility checking.
  
  Dropped support for ancient (pre-0.2b) filesystems, as in the Linux
  version.  Our "support" consisted of printing more details in the error
  message before failing at mount time.
  
  Revision  Changes    Path
  1.8       +1 -4      src/sys/gnu/ext2fs/ext2_fs.h
  1.61      +35 -17    src/sys/gnu/ext2fs/ext2_vfsops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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