git: DragonFly_RELEASE_3_2 hpfs - Fix a couple panics and a little cleanup.
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Mon Jan 7 17:04:25 PST 2013
commit f28cf5dbf3715e14bdd7d8e83bebe56d3ce47db7
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Thu Nov 22 11:47:58 2012 +0100
hpfs - Fix a couple panics and a little cleanup.
* Fix compilation with HPFS_DEBUG.
* Fix a panic due CNP_PDIRUNLOCK flag not being cleared.
* Fix a panic where returned vnode after a lookup is not
NULL in the ENOENT case.
* Disable write support completely. It was pretty minimal
and operations like create or rename were not supported.
It has been tested with a filesystem created by OS/2 Warp 2.1.
Copying data out of it worked fine, but there is still an
outstanding issue with overlapping buffers.
Summary of changes:
sbin/mount_hpfs/mount_hpfs.8 | 11 ++++-------
sbin/mount_hpfs/mount_hpfs.c | 11 ++---------
sys/vfs/hpfs/hpfs_vfsops.c | 2 +-
sys/vfs/hpfs/hpfs_vnops.c | 38 ++++++++++++++++++++++----------------
4 files changed, 29 insertions(+), 33 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f28cf5dbf3715e14bdd7d8e83bebe56d3ce47db7
--
DragonFly BSD source repository
More information about the Commits
mailing list