Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758622AbYCFIyU (ORCPT ); Thu, 6 Mar 2008 03:54:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752303AbYCFIyI (ORCPT ); Thu, 6 Mar 2008 03:54:08 -0500 Received: from sacred.ru ([62.205.161.221]:38439 "EHLO sacred.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbYCFIyG (ORCPT ); Thu, 6 Mar 2008 03:54:06 -0500 Message-ID: <47CFAFC7.1080902@openvz.org> Date: Thu, 06 Mar 2008 11:48:07 +0300 From: Pavel Emelyanov User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org, menage@google.com, sukadev@us.ibm.com, serue@us.ibm.com Subject: Re: [PATCH 5/9] Make use of permissions, returned by kobj_lookup References: <47CED717.60406@openvz.org> <47CEDA64.1070506@openvz.org> <20080305171304.f686f6de.akpm@linux-foundation.org> In-Reply-To: <20080305171304.f686f6de.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (sacred.ru [62.205.161.221]); Thu, 06 Mar 2008 11:48:03 +0300 (MSK) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 41 Andrew Morton wrote: > On Wed, 05 Mar 2008 20:37:40 +0300 > Pavel Emelyanov wrote: > >> diff --git a/include/linux/devscontrol.h b/include/linux/devscontrol.h >> new file mode 100644 >> index 0000000..04c168b >> --- /dev/null >> +++ b/include/linux/devscontrol.h >> @@ -0,0 +1,12 @@ >> +#ifndef __DEVS_CONTROL_H__ >> +#define __DEVS_CONTROL_H__ >> +static inline struct kobj_map *task_cdev_map(struct task_struct *tsk) >> +{ >> + return NULL; >> +} >> + >> +static inline struct kobj_map *task_bdev_map(struct task_struct *tsk) >> +{ >> + return NULL; >> +} >> +#endif > > This doesn't include sufficient headers to be compileable. Indeed :( The patch #9 actually declares two needed struct-s, so the final compilation is clean, but this set is still bad from the git-bisect point of view, sorry. Shall I provide a devscontrol-make-use-of-permissions-returned-by-kobj_lookup-fix.patch for this one? :) > I'm sure there are lots of headers like this. But we regularly need > to fix them. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/