From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Dube Subject: mountpoint information a get_sb Date: Thu, 23 Nov 2006 12:07:36 +0000 Message-ID: <1164283656.15003.4.camel@mdube> Reply-To: mathieu.dube@nexsan.ca Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from Z-f4-0-0-339-S1.gw2.mtl1.rogerstelecom.net ([207.107.8.166]:3323 "EHLO evertrust.com") by vger.kernel.org with ESMTP id S933172AbWKWRHt (ORCPT ); Thu, 23 Nov 2006 12:07:49 -0500 To: linux-fsdevel@vger.kernel.org Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, the fs Im building needs to know where its being mounted prior to creating its superblock. struct vfsmount that is passed to my fs specific get_sb has mnt_mountpoint set to NULL. I assume this is the normal behavior and I am looking for a way to obtain information about the mount point my fs is being mounted on. any help would be appreciated. thanks -M