diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 04:18:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 04:18:06 +0000 |
commit | 22e6a2519c35bf6329997589db39dbcfe720613b (patch) | |
tree | 78d30d41fc47d01ef8a223cca84f4dab809833b5 /ufs | |
parent | 871ad76b6f487f9e01fe7b756748047ca75e37eb (diff) |
entered into RCS
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/pokeloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/pokeloc.c b/ufs/pokeloc.c index cc1f364c..0e7235ad 100644 --- a/ufs/pokeloc.c +++ b/ufs/pokeloc.c @@ -28,7 +28,7 @@ struct pokeloc }; struct pokeloc *pokelist; -spin_lock_t pokelistlock = SPIN_LOCK_INITIAILIZER; +spin_lock_t pokelistlock = SPIN_LOCK_INITIALIZER; /* Remember that data here on the disk has been modified. */ void |