From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2] Date: Fri, 05 Oct 2007 16:21:04 +0100 Message-ID: <17504.1191597664@redhat.com> References: <9519.1191597148@redhat.com> <20071005144739.GC3072@infradead.org> <20071004155602.2814.47731.stgit@warthog.procyon.org.uk> <20071004155632.2814.55633.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, Christoph Hellwig , viro@ftp.linux.org.uk, torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: unlisted-recipients:; (no To-header on input) Return-path: Received: from mx1.redhat.com ([66.187.233.31]:41357 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754572AbXJEPV1 (ORCPT ); Fri, 5 Oct 2007 11:21:27 -0400 In-Reply-To: <9519.1191597148@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org David Howells wrote: > > Why do you move it out of line? > > Because otherwise every file that gets compiled that includes linux/fs.h will > emit a warning that the implementation of that function is deprecated. Or, rather, that read_inode() is deprecated. David