diff options
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 |