From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [alsa-devel] sound playback became chopping on nfs rootfs Date: Thu, 18 Nov 2010 10:03:36 +0100 Message-ID: <4CE4EBE8.8030702@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: Kuninori Morimoto Cc: Chuck Lever , Linux-Net , Linux-ALSA List-Id: alsa-devel@alsa-project.org Kuninori Morimoto wrote: > I noticed that sound playback became chopping on latest Linux kernel. > ... > This chopping seems happen from below patch. > > commit 56463e50d1fc3f070492434cea6303b35ea000de > Author: Chuck Lever > > NFS: Use super.c for NFSROOT mount option parsing > ... > Note that this means NFSROOT mounts now use the same default settings > as v2/v3 mounts done via mount(2) from user space. Apparently, the latest kernel uses different mount options. Try to find out what mount options your root FS had in the old kernel, and manually set them in some startup script. Regards, Clemens