From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Drebes Subject: [PATCH 0/2] btrfs-progs: mounted filesystems checks Date: Sat, 21 Nov 2009 15:33:25 +0100 Message-ID: <200911211533.25878.lists-receive@programmierforen.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: Chris Mason , "Yan, Zheng" To: linux-btrfs@vger.kernel.org Return-path: List-ID: The following two patches add code that prevents btrfsck to run on mounted filesystems. The first patch makes check_mounted() work with multidevice filesystems. The second patch finally adds the check to btrfsck. Cheers, Andi