From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zombie.ncsc.mil (zombie.ncsc.mil [144.51.88.131]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id m0NHL59e021703 for ; Wed, 23 Jan 2008 12:21:05 -0500 Received: from mx1.redhat.com (jazzdrum.ncsc.mil [144.51.5.7]) by zombie.ncsc.mil (8.12.10/8.12.10) with ESMTP id m0NHL4bP025721 for ; Wed, 23 Jan 2008 17:21:04 GMT From: David Howells In-Reply-To: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> References: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> <20080123004344.15602.35710.stgit@warthog.procyon.org.uk> To: Trond.Myklebust@netapp.com Cc: nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, selinux@tycho.nsa.gov, linux-security-module@vger.kernel.org, dhowells@redhat.com Subject: Re: [PATCH 14/27] FS-Cache: Recruit a couple of page flags for cache management Date: Wed, 23 Jan 2008 17:20:09 +0000 Message-ID: <11099.1201108809@redhat.com> Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov David Howells wrote: > (2) PG_fscache_write (PG_owner_priv_2) > > The marked page is being written to the local cache. The page may not be > modified whilst this is in progress. Oops. wait_on_page_owner_priv_2() should use PG_owner_priv_2 rather than PG_private_2. I'll release a new patchset shortly. David -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with the words "unsubscribe selinux" without quotes as the message. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755959AbYAWRXW (ORCPT ); Wed, 23 Jan 2008 12:23:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755118AbYAWRVT (ORCPT ); Wed, 23 Jan 2008 12:21:19 -0500 Received: from mx1.redhat.com ([66.187.233.31]:56025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753856AbYAWRVG (ORCPT ); Wed, 23 Jan 2008 12:21:06 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> References: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> <20080123004344.15602.35710.stgit@warthog.procyon.org.uk> To: Trond.Myklebust@netapp.com Cc: nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, selinux@tycho.nsa.gov, linux-security-module@vger.kernel.org, dhowells@redhat.com Subject: Re: [PATCH 14/27] FS-Cache: Recruit a couple of page flags for cache management X-Mailer: MH-E 8.0.3+cvs; nmh 1.2-20070115cvs; GNU Emacs 23.0.50 Date: Wed, 23 Jan 2008 17:20:09 +0000 Message-ID: <11099.1201108809@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > (2) PG_fscache_write (PG_owner_priv_2) > > The marked page is being written to the local cache. The page may not be > modified whilst this is in progress. Oops. wait_on_page_owner_priv_2() should use PG_owner_priv_2 rather than PG_private_2. I'll release a new patchset shortly. David From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 14/27] FS-Cache: Recruit a couple of page flags for cache management Date: Wed, 23 Jan 2008 17:20:09 +0000 Message-ID: <11099.1201108809@redhat.com> References: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> <20080123004344.15602.35710.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, linux-security-module@vger.kernel.org, selinux@tycho.nsa.gov, linux-fsdevel@vger.kernel.org To: Trond.Myklebust@netapp.com Return-path: In-Reply-To: <20080123004459.15602.45031.stgit@warthog.procyon.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfsv4-bounces@linux-nfs.org Errors-To: nfsv4-bounces@linux-nfs.org List-Id: linux-fsdevel.vger.kernel.org David Howells wrote: > (2) PG_fscache_write (PG_owner_priv_2) > > The marked page is being written to the local cache. The page may not be > modified whilst this is in progress. Oops. wait_on_page_owner_priv_2() should use PG_owner_priv_2 rather than PG_private_2. I'll release a new patchset shortly. David