From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 3/17] afs: convert afs_dir_get_page to read_kmap_page Date: Thu, 12 Apr 2007 11:58:02 +0100 Message-ID: <1273.1176375482@redhat.com> References: <20070412024938.27380.44677.patchbomb.py@localhost> Cc: Andrew Morton , Alexander Viro , Christoph Hellwig , Roman Zippel , Mikulas Patocka , David Woodhouse , Dave Kleikamp , Anton Altaparmakov , Evgeniy Dushistov , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, reiserfs-dev@namesys.com To: Nate Diller Return-path: Received: from mx1.redhat.com ([66.187.233.31]:60980 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992483AbXDLK6r (ORCPT ); Thu, 12 Apr 2007 06:58:47 -0400 In-Reply-To: <20070412024938.27380.44677.patchbomb.py@localhost> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Nate Diller wrote: > -static struct page *afs_dir_get_page(struct inode *dir, unsigned long index) NAK. This conflicts with my AFS security patches, and eliminates any way of passing the key through to readpage(). David