> @@ -1052,14 +1052,14 @@
>
> static int release_aux(struct inode * inode, struct file * file)
> {
> - int flags;
> + unsigned long flags;
> fasync_aux(-1, file, 0);
> - spin_lock_irqsave( &aux_count, flags );
> + spin_lock_irqsave(&aux_count, flags);
s/aux_count/aux_count_lock typo
-- Jens Axboe- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/