From 3054c999f034da34b75222885455395a5cfd945c Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Mon, 2 Jun 2008 11:07:25 +0100 Subject: [PATCH] --- yaml --- r: 104771 b: refs/heads/master c: a231934bdf086a4fefc0df06e669499125a9db6f h: refs/heads/master i: 104769: 177eae0369694cb2f4c730219aa2bdc69debba2a 104767: 460c0d951b3248edfc119058d454538910f3b056 v: v3 --- [refs] | 2 +- trunk/include/linux/kobject.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 623707d3ca2a..d7ce3ba0ac71 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d8333c24d41637f0f847f6e17032189dae08c02 +refs/heads/master: a231934bdf086a4fefc0df06e669499125a9db6f diff --git a/trunk/include/linux/kobject.h b/trunk/include/linux/kobject.h index d542faa6cb47..60f0d418ae32 100644 --- a/trunk/include/linux/kobject.h +++ b/trunk/include/linux/kobject.h @@ -58,12 +58,12 @@ enum kobject_action { struct kobject { const char *name; - struct kref kref; struct list_head entry; struct kobject *parent; struct kset *kset; struct kobj_type *ktype; struct sysfs_dirent *sd; + struct kref kref; unsigned int state_initialized:1; unsigned int state_in_sysfs:1; unsigned int state_add_uevent_sent:1;