From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752829Ab2I1AIW (ORCPT ); Thu, 27 Sep 2012 20:08:22 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:36895 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121Ab2I1AIV (ORCPT ); Thu, 27 Sep 2012 20:08:21 -0400 X-SecurityPolicyCheck: OK by SHieldMailChecker v1.7.4 Message-ID: <5064EA5A.3080905@jp.fujitsu.com> Date: Fri, 28 Sep 2012 09:07:54 +0900 From: Yasuaki Ishimatsu User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: KOSAKI Motohiro CC: , , , , , , , , , Subject: Re: [PATCH 2/4] memory-hotplug: add node_device_release References: <1348724705-23779-1-git-send-email-wency@cn.fujitsu.com> <1348724705-23779-3-git-send-email-wency@cn.fujitsu.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kosaki-san, 2012/09/28 5:13, KOSAKI Motohiro wrote: > On Thu, Sep 27, 2012 at 1:45 AM, wrote: >> From: Yasuaki Ishimatsu >> >> When calling unregister_node(), the function shows following message at >> device_release(). > > This description doesn't have the "following message". > > >> Device 'node2' does not have a release() function, it is broken and must be >> fixed. This is the messages. The message is shown by kobject_cleanup(), when calling unregister_node(). Thanks, Yasuaki Ishimatsu >> >> So the patch implements node_device_release() >>