From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: [PATCH e2fsprogs] blkid: return cached info on either EPERM or EACCESS Date: Tue, 27 May 2008 18:18:15 -0400 Message-ID: <20080527221815.GB6843@mit.edu> References: <483C60C4.6020509@redhat.com> <20080527203730.GM7515@mit.edu> <483C71D3.4050309@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ext4 development To: Eric Sandeen Return-path: Received: from www.church-of-our-saviour.ORG ([69.25.196.31]:54657 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756738AbYE0WS4 (ORCPT ); Tue, 27 May 2008 18:18:56 -0400 Content-Disposition: inline In-Reply-To: <483C71D3.4050309@redhat.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, May 27, 2008 at 03:40:51PM -0500, Eric Sandeen wrote: > Theodore Tso wrote: > > On Tue, May 27, 2008 at 02:28:04PM -0500, Eric Sandeen wrote: > >> This is for RH bug #448591: blkid command does not work for unprivileged users > >> > >> commit 838f133c72a583eae67414368e46ee0303e0a51f made it so that > >> any error except EPERM would flush cached filesystem info, but > >> if I run blkid as an unprivileged user on F9, I get EACCES not > >> EPERM; I think that in this case, as well, we should continue. > > > > This fix is already in e2fsprogs 1.10..... what version were you > > patching against? Err, 1.40.10, but I guess you figured that out. :-) - Ted