Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53460
b: refs/heads/master
c: fbb3fcb
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed May 3, 2007
1 parent 4948c67 commit 659e30f
Show file tree
Hide file tree
Showing 4 changed files with 5 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: 80c72fe415698049a477314ac82790c1af0fa7e3
refs/heads/master: fbb3fcba72ff52ee3d9990c9dec0c95cd9d0ce17
2 changes: 1 addition & 1 deletion trunk/fs/afs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ int __init afs_callback_update_init(void)
/*
* shut down the callback update process
*/
void __exit afs_callback_update_kill(void)
void afs_callback_update_kill(void)
{
destroy_workqueue(afs_callback_update_worker);
}
4 changes: 2 additions & 2 deletions trunk/fs/afs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ extern void afs_give_up_callback(struct afs_vnode *);
extern void afs_dispatch_give_up_callbacks(struct work_struct *);
extern void afs_flush_callback_breaks(struct afs_server *);
extern int __init afs_callback_update_init(void);
extern void __exit afs_callback_update_kill(void);
extern void afs_callback_update_kill(void);

/*
* cell.c
Expand Down Expand Up @@ -591,7 +591,7 @@ extern struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *,
struct key *,
const char *, size_t);
extern void afs_put_vlocation(struct afs_vlocation *);
extern void __exit afs_vlocation_purge(void);
extern void afs_vlocation_purge(void);

/*
* vnode.c
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/afs/vlocation.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ int __init afs_vlocation_update_init(void)
/*
* discard all the volume location records for rmmod
*/
void __exit afs_vlocation_purge(void)
void afs_vlocation_purge(void)
{
afs_vlocation_timeout = 0;

Expand Down

0 comments on commit 659e30f

Please sign in to comment.