Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38581
b: refs/heads/master
c: 5ddec5b
h: refs/heads/master
i:
  38579: 652b8a1
v: v3
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Jan 18, 2006
1 parent 7dbbc7a commit b8e4c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e7fd41792fc0ee52a05fcaac87511f118328d147
refs/heads/master: 5ddec5b3d79eed6df1a37be435f183915a4b696a
6 changes: 3 additions & 3 deletions trunk/fs/gfs2/locking/dlm/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ static void gdlm_recovery_done(lm_lockspace_t *lockspace, unsigned int jid,
{
struct gdlm_ls *ls = (struct gdlm_ls *) lockspace;
ls->recover_jid_done = jid;
kobject_uevent(&ls->kobj, KOBJ_CHANGE, NULL);
kobject_uevent(&ls->kobj, KOBJ_CHANGE);
}

static void gdlm_others_may_mount(lm_lockspace_t *lockspace)
{
struct gdlm_ls *ls = (struct gdlm_ls *) lockspace;
ls->first_done = 1;
kobject_uevent(&ls->kobj, KOBJ_CHANGE, NULL);
kobject_uevent(&ls->kobj, KOBJ_CHANGE);
}

/* Userspace gets the offline uevent, blocks new gfs locks on
Expand All @@ -213,7 +213,7 @@ static void gdlm_withdraw(lm_lockspace_t *lockspace)
{
struct gdlm_ls *ls = (struct gdlm_ls *) lockspace;

kobject_uevent(&ls->kobj, KOBJ_OFFLINE, NULL);
kobject_uevent(&ls->kobj, KOBJ_OFFLINE);

wait_event_interruptible(ls->wait_control,
test_bit(DFL_WITHDRAW, &ls->flags));
Expand Down

0 comments on commit b8e4c03

Please sign in to comment.