DragonFly commits List (threaded) for 2013-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_3_2 hpfs - Fix a couple panics and a little cleanup.
commit f28cf5dbf3715e14bdd7d8e83bebe56d3ce47db7
Author: Antonio Huete Jimenez <tuxillo@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]