git: puffs - check whether the FS has the given op
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Feb 24 08:24:26 PST 2012
commit 376a18e40fa97f618844a15f499d342b4c47d4a7
Author: Alex Hornung <ahornung at gmail.com>
Date: Fri Feb 24 16:09:21 2012 +0000
puffs - check whether the FS has the given op
* Previously calls to some of the vnops that are unimplemented in the
actual puffs filesystem were succeeding.
* We now check whether the op exists before trying to pass it to
the userland FS. If it doesn't exist, fail (or return ok if no real
action needs to be taken).
Summary of changes:
sys/vfs/puffs/puffs_vnops.c | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/376a18e40fa97f618844a15f499d342b4c47d4a7
--
DragonFly BSD source repository
More information about the Commits
mailing list