Subject: Re: CVS commit: src/sys
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 03/17/2003 07:39:31
On Mon, Mar 17, 2003 at 11:11:31AM +0200, Jaromir Dolecek wrote:

 > Log Message:
 > make it possible for UNION fs to be loaded via LKM - instead of
 > having some #ifdef UNION code in vfs_vnops.c, introduce variable
 > 'vn_union_readdir_hook' which is set to address of appropriate
 > vn_readdir() hook by union filesystem when it's loaded & mounted

So, what happens if you load 2 LKMs that want to set this hook?

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>