Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964869AbVJDR7n (ORCPT ); Tue, 4 Oct 2005 13:59:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964870AbVJDR7n (ORCPT ); Tue, 4 Oct 2005 13:59:43 -0400 Received: from kepler.fjfi.cvut.cz ([147.32.6.11]:7580 "EHLO kepler.fjfi.cvut.cz") by vger.kernel.org with ESMTP id S964869AbVJDR7m (ORCPT ); Tue, 4 Oct 2005 13:59:42 -0400 Date: Tue, 4 Oct 2005 19:59:39 +0200 (CEST) From: Martin Drab To: "linux-os (Dick Johnson)" cc: Linux Kernel Mailing List Subject: Re: 2.4 in-kernel file opening In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 623 Lines: 16 On Tue, 4 Oct 2005, Martin Drab wrote: ... > things within the driver before the mmap() - I guess that should be > possibble to do from within the fops->mmap(), but I also need to do > something upon munmap()ping. Where should I place that? There doesn't seem > to be any function that would be called upon user munmap(). :( Should this be placed at vmops->close()? Martin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/