Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63213
b: refs/heads/master
c: cd030c4
h: refs/heads/master
i:
  63211: e96fe94
v: v3
  • Loading branch information
Cornelia Huck authored and Greg Kroah-Hartman committed Jul 30, 2007
1 parent dca650e commit 171ad3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b43626f0cdfb3154c57d52e732679c9d3484369
refs/heads/master: cd030c4cb3ee0cd4f0589a5f723d358cca1f7a9a
16 changes: 8 additions & 8 deletions trunk/lib/kobject_uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
#define BUFFER_SIZE 2048 /* buffer for the variables */
#define NUM_ENVP 32 /* number of env pointers */

#if defined(CONFIG_HOTPLUG)
u64 uevent_seqnum;
char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
static DEFINE_SPINLOCK(sequence_lock);
#if defined(CONFIG_NET)
static struct sock *uevent_sock;
#endif

/* the strings here must match the enum in include/linux/kobject.h */
const char *kobject_actions[] = {
"add",
Expand All @@ -43,6 +35,14 @@ const char *kobject_actions[] = {
"offline",
};

#if defined(CONFIG_HOTPLUG)
u64 uevent_seqnum;
char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
static DEFINE_SPINLOCK(sequence_lock);
#if defined(CONFIG_NET)
static struct sock *uevent_sock;
#endif

/**
* kobject_uevent_env - send an uevent with environmental data
*
Expand Down

0 comments on commit 171ad3c

Please sign in to comment.