Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38625
b: refs/heads/master
c: f382894
h: refs/heads/master
i:
  38623: 822063a
v: v3
  • Loading branch information
Steven Whitehouse committed Feb 27, 2006
1 parent 7719b1d commit b2b3ee2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: 568f4c9659a2225b0d29cf86feecbcf25c9045c8
refs/heads/master: f382894e8889a64f8daf747db477a16da2d54eb0
6 changes: 4 additions & 2 deletions trunk/fs/gfs2/locking/dlm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ int __init init_lock_dlm(void)

error = gfs_register_lockproto(&gdlm_ops);
if (error) {
printk(KERN_WARNING "lock_dlm: can't register protocol: %d\n", error);
printk(KERN_WARNING "lock_dlm: can't register protocol: %d\n",
error);
return error;
}

Expand All @@ -42,7 +43,8 @@ int __init init_lock_dlm(void)
gdlm_drop_count = GDLM_DROP_COUNT;
gdlm_drop_period = GDLM_DROP_PERIOD;

printk(KERN_INFO "Lock_DLM (built %s %s) installed\n", __DATE__, __TIME__);
printk(KERN_INFO
"Lock_DLM (built %s %s) installed\n", __DATE__, __TIME__);
return 0;
}

Expand Down
6 changes: 4 additions & 2 deletions trunk/fs/gfs2/locking/nolock/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,13 @@ int __init init_nolock(void)

error = gfs_register_lockproto(&nolock_ops);
if (error) {
printk(KERN_WARNING "lock_nolock: can't register protocol: %d\n", error);
printk(KERN_WARNING
"lock_nolock: can't register protocol: %d\n", error);
return error;
}

printk(KERN_INFO "Lock_Nolock (built %s %s) installed\n", __DATE__, __TIME__);
printk(KERN_INFO
"Lock_Nolock (built %s %s) installed\n", __DATE__, __TIME__);
return 0;
}

Expand Down

0 comments on commit b2b3ee2

Please sign in to comment.