]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/au1550_ac97.c
Use f_lock to protect f_flags
[linux-2.6-omap-h63xx.git] / sound / oss / au1550_ac97.c
index 81e1f443d0948b223cdfdaf4d58aeb68452e59fa..4191acccbcdb93fab12373847688b91103d52c65 100644 (file)
@@ -1627,7 +1627,9 @@ au1550_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
                                    sizeof(abinfo)) ? -EFAULT : 0;
 
        case SNDCTL_DSP_NONBLOCK:
+               spin_lock(&file->f_lock);
                file->f_flags |= O_NONBLOCK;
+               spin_unlock(&file->f_lock);
                return 0;
 
        case SNDCTL_DSP_GETODELAY: