From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758163Ab0JVRBA (ORCPT ); Fri, 22 Oct 2010 13:01:00 -0400 Received: from kroah.org ([198.145.64.141]:60562 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758113Ab0JVRA7 (ORCPT ); Fri, 22 Oct 2010 13:00:59 -0400 Date: Fri, 22 Oct 2010 09:59:12 -0700 From: Greg KH To: Artur Baruchi Cc: 7eggert@gmx.de, linux-kernel@vger.kernel.org Subject: Re: Mapping Inode to File Message-ID: <20101022165912.GA18639@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Oct 22, 2010 at 02:09:44PM -0200, Artur Baruchi wrote: > Sorry, didnt understand your point. > > Could you please clarify? The point is that, no, it's not simple to do this at all. > Note that I need to retrieve the file name in Kernel Space, Im able to > get the inode, but now I need to convert this inode to a name > (something that I could use). How about explaining why you need to get the file name from within the kernel? Perhaps there's a better way to do what you are trying to accomplish. thanks, greg k-h