puffs - check whether the FS has the given op
authorAlex Hornung <ahornung@gmail.com>
Fri, 24 Feb 2012 16:09:21 +0000 (16:09 +0000)
committerAlex Hornung <ahornung@gmail.com>
Fri, 24 Feb 2012 16:17:59 +0000 (16:17 +0000)
commit376a18e40fa97f618844a15f499d342b4c47d4a7
tree74a85e1af769b2bee63f66ba52be5c55b5d6bb15
parent7019f3cb382d07286f3306417c73458cdc244ab9
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).
sys/vfs/puffs/puffs_vnops.c