From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sucan Zhang Subject: Where should i put filp_open in domU kenel space? Date: Fri, 12 Jun 2009 21:12:44 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: xen-users@lists.xensource.com, linux-fsdevel Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com List-Id: linux-fsdevel.vger.kernel.org Hi, I want to open a file in the domU kernel space , Could you tell me where should i put the filp_open(pathtofile, O_RDONLY, 0) at? i know if i open a file before the filesystem mounted. it will crashed when booting domU OS. Thanks advance! -- Regards, Sucan