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 | 0d9a65449c21d6bc4a1dd4dbe5e5fc5eb8169bdd (patch) | |
| tree | 3b176111249df02dee8db26d88798ea8e3e3c576 /ufs | |
| parent | cd9220f84279dd9cd0d64e7910637c73431a38be (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 |
