[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <507656D1.5020703@jp.fujitsu.com>
Date: Thu, 11 Oct 2012 14:19:13 +0900
From: Yasuaki Ishimatsu <isimatu.yasuaki@...fujitsu.com>
To: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>
CC: <rientjes@...gle.com>, <liuj97@...il.com>, <minchan.kim@...il.com>,
<akpm@...ux-foundation.org>, <kosaki.motohiro@...fujitsu.com>,
<isimatu.yasuaki@...fujitsu.com>, <wency@...fujitsu.com>
Subject: [PATCH v2 0/2] Suppress "Device <device name> does not have a release()
function" warning
This patch-set is patches to which [1] and [2] are updated
[1] memory-hotplug: add memory_block_release
[2] memory-hotplug: add node_device_release
from following patch-set.
https://lkml.org/lkml/2012/9/27/39
So the patch-set version is v2.
v1 -> v2
[PATCH 1/2]
- change subject to Suppress "Device memoryX does not have a release()
function" warning.
- Add detail information into description
- change function name from release_memory_block() to memory_block_release(),
because other device release() function is named to <device_name>_release()
[PATCH 2/2]
- change subject to Suppress "Device nodeX does not have a release() function"
warning.
- Add detail information into description
- Remove memset() to initialize a node struct from node_device_release()
- Add memset() to initialize a node struct into register_node()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists