DragonFly BSD
DragonFly commits List (threaded) for 2012-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: puffs - check whether the FS has the given op


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Feb 2012 08:24:26 -0800 (PST)

commit 376a18e40fa97f618844a15f499d342b4c47d4a7
Author: Alex Hornung <ahornung@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]