From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: [regression] __d_unalias() should refuse to move mountpoints Date: Tue, 11 Sep 2012 18:39:08 +0200 Message-ID: <504F692C.7050902@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, LKML To: al viro Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:37149 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758306Ab2IKQjK (ORCPT ); Tue, 11 Sep 2012 12:39:10 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hey Al, Your vfs commit ee3efa91e240f513898050ef305a49a653c8ed90 caused my laptop with a nfs root filesystem to stop working. My testcase is simply booting through netboot with / and ~/nfs as separate nfs filesystems, then doing 'ls ~/nfs' followed by 'ls ~' in a gnome-terminal window, then I get: ls: cannot access nfs: Device or resource busy Similar things seem to happen with ls /, /dev /proc and /sys will no longer work. Reverting this patch seems to make things work again. ~Maarten