From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chanho Min" Subject: RE: [PATCH] ALSA: pcm: Fix starvation on down_write_nonblock() Date: Wed, 28 Nov 2018 15:26:34 +0900 Message-ID: <00d001d486e3$4f2d1600$ed874200$@lge.com> References: <1543210597-6717-1-git-send-email-chanho.min@lge.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org To: 'Takashi Iwai' Cc: 'Jaroslav Kysela' , 'Takashi Iwai' , 'Vinod Koul' , 'Daniel Mentz' , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, 'Seungho Park' , 'Jongsung Kim' , 'Wonmin Jung' , 'Jaehyun Kim' , 'Hyonwoo Park' List-Id: alsa-devel@alsa-project.org > > > > Hrm, converting unconditionally with msleep() looks too drastic. > > Yes, it looks drastic. But, IMHO, I can't say busy-spin is not non-drastic. Fix typo in this comment: I can't say busy-spin is not drastic. Thanks Chanho