From owner-cvs-src@FreeBSD.ORG Tue Sep 13 14:53:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4A16A420; Tue, 13 Sep 2005 14:53:58 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FD043D5F; Tue, 13 Sep 2005 14:53:56 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id BF4AB1A4D81; Tue, 13 Sep 2005 07:53:56 -0700 (PDT) Date: Tue, 13 Sep 2005 07:53:56 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20050913145356.GO91162@elvis.mu.org> References: <200407041052.i64Aqs78039847@repoman.freebsd.org> <20050912195632.V96771@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912195632.V96771@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c vfs_mount.c vfs_subr.c src/sys/sys event.h mount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:53:59 -0000 * Robert Watson [050912 11:58] wrote: > > On Sun, 4 Jul 2004, Alfred Perlstein wrote: > > > Modified files: > > sys/kern kern_event.c vfs_mount.c vfs_subr.c > > sys/sys event.h mount.h > > Log: > > Introduce a new kevent filter. EVFILT_FS that will be used to signal > > generic filesystem events to userspace. Currently only mount and unmount > > of filesystems are signalled. Soon to be added, up/down status of NFS. > > > > Introduce a sysctl node used to route requests to/from filesystems > > based on filesystem ids. > > > > Introduce a new vfsop, vfs_sysctl(mp, req) that is used as the callback/ > > entrypoint by the sysctl code to change individual filesystems. > > Do you have any plans to update kqueue(2) to describe EVFILT_FS? Right > now, the existing filter types appear to have useful summaries of what > they represent, and information on how they are used with objects. This > would be quite useful to have for EVFILT_FS also. Everytime I touch FreeBSD something painful happens to me, I'll pass. -- - Alfred Perlstein