vserver 2.0-rc4
[linux-2.6.git] / arch / m68k / atari / stram.c
index 9ab7d81..7827053 100644 (file)
@@ -635,7 +635,6 @@ static inline void unswap_pte(struct vm_area_struct * vma, unsigned long
        set_pte(dir, pte_mkdirty(mk_pte(page, vma->vm_page_prot)));
        swap_free(entry);
        get_page(page);
-       // ++vma->vm_mm->rss;
        vx_rsspages_inc(vma->vm_mm);
 }
 
@@ -1034,7 +1033,7 @@ static struct block_device_operations stram_fops = {
 
 static struct gendisk *stram_disk;
 static struct request_queue *stram_queue;
-static spinlock_t stram_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(stram_lock);
 
 int __init stram_device_init(void)
 {