From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Senthil Nathan V" Subject: Re: filesystem in the kernel Date: Thu, 25 Nov 2004 15:06:28 +0530 Message-ID: References: <5959EA4638D8734599AB75EAAFBB6FEFA471E6@mtv01ex04.mindtree.com> Reply-To: senthilnathan@mail.cyberneme.com Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <5959EA4638D8734599AB75EAAFBB6FEFA471E6@mtv01ex04.mindtree.com> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed delsp=yes" To: linux-c-programming@vger.kernel.org On Thu, 25 Nov 2004 12:04:31 +0530, Bakki Srinivas wrote: > hi, > when a filesystem is registered with the kernel eg. > register_filesystem(&ext2_fs_type); > where is the structure ext2_fs_type declared ? > ext2_fs_type is variable of type "struct file_system_type" Refer to the source code in /usr/src/lyour_linux_kernel_dir/ include/linux/fs.h -- regards, Senthil Nathan V