2009-10-28 18:51:44

by Kay Sievers

[permalink] [raw]
Subject: Driver-Core: devtmpfs - cleanup node on device creation error

From: Kay Sievers <[email protected]>
Subject: Driver-Core: devtmpfs - cleanup node on device creation error

Signed-off-by: Kay Sievers <[email protected]>
---
drivers/base/core.c | 2 ++
1 file changed, 2 insertions(+)

--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -987,6 +987,8 @@ done:
device_remove_class_symlinks(dev);
SymlinkError:
if (MAJOR(dev->devt))
+ devtmpfs_delete_node(dev);
+ if (MAJOR(dev->devt))
device_remove_sys_dev_entry(dev);
devtattrError:
if (MAJOR(dev->devt))


2009-10-29 19:29:10

by Greg KH

[permalink] [raw]
Subject: patch driver-core-devtmpfs-cleanup-node-on-device-creation-error.patch added to gregkh-2.6 tree


This is a note to let you know that I've just added the patch titled

Subject: Driver Core: devtmpfs: cleanup node on device creation error

to my gregkh-2.6 tree. Its filename is

driver-core-devtmpfs-cleanup-node-on-device-creation-error.patch

This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From [email protected] Thu Oct 29 12:01:25 2009
From: Kay Sievers <[email protected]>
Date: Wed, 28 Oct 2009 19:51:37 +0100
Subject: Driver Core: devtmpfs: cleanup node on device creation error
To: Greg KH <[email protected]>
Cc: linux-kernel <[email protected]>
Message-ID: <[email protected]>


From: Kay Sievers <[email protected]>

Signed-off-by: Kay Sievers <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
drivers/base/core.c | 2 ++
1 file changed, 2 insertions(+)

--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -987,6 +987,8 @@ done:
device_remove_class_symlinks(dev);
SymlinkError:
if (MAJOR(dev->devt))
+ devtmpfs_delete_node(dev);
+ if (MAJOR(dev->devt))
device_remove_sys_dev_entry(dev);
devtattrError:
if (MAJOR(dev->devt))