From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [PATCH] fs, proc: Report EISDIR when reading sysctl dirs in proc Date: Mon, 15 Aug 2011 09:55:17 +0400 Message-ID: <20110815055517.GK2182@sun> References: <20110805111044.GA19352@sun> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pavel Emelyanov , LINUXFS-ML To: Alexey Dobriyan , Al Viro , Andrew Morton Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:61082 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752053Ab1HOFzY (ORCPT ); Mon, 15 Aug 2011 01:55:24 -0400 Received: by bke11 with SMTP id 11so2798021bke.19 for ; Sun, 14 Aug 2011 22:55:23 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20110805111044.GA19352@sun> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Aug 05, 2011 at 03:10:44PM +0400, Cyrill Gorcunov wrote: > From: Pavel Emelyanov > > On reading sysctl dirs we should return -EISDIR instead of -EINVAL. > > Signed-off-by: Pavel Emelyanov > Signed-off-by: Cyrill Gorcunov > --- Ping? Any objections on this patch? Cyrill