From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MzYeH-0000e4-LD for mharc-grub-devel@gnu.org; Sun, 18 Oct 2009 12:30:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzYeF-0000cO-1b for grub-devel@gnu.org; Sun, 18 Oct 2009 12:30:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzYeA-0000ZX-5K for grub-devel@gnu.org; Sun, 18 Oct 2009 12:30:22 -0400 Received: from [199.232.76.173] (port=49187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzYe9-0000ZO-Uk for grub-devel@gnu.org; Sun, 18 Oct 2009 12:30:18 -0400 Received: from mail-fx0-f228.google.com ([209.85.220.228]:48012) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzYe9-0001v8-Kg for grub-devel@gnu.org; Sun, 18 Oct 2009 12:30:17 -0400 Received: by fxm28 with SMTP id 28so4195022fxm.42 for ; Sun, 18 Oct 2009 09:30:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=fivU0BGcgS14c9j2kL7RVEdovhbAVu4u9ZXH2ahHC4g=; b=HC+xHjdF0es4RuQnc4LHj6/K7dZjq1sEjmKDEziIvmHhiR6cFAiJM1WA/1gJ7G0tMm p7hUVvf53FCZ/+2xCmv+xA8gUrhvf5RUDPr+RQdUZNbFVqz/AJcxh8riPMHkbzvgV6SI ley6rO3zTudNsCIJ3QXmYl+6voUbx/ADbUfo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=KpYVyleI0+LjgmLlXNJKagYVlYp+m23YTBgv2XXNwnSCREipol650g3evKufzGUv6W HaTo7heEQTnMcxQEx3cPIFQKN0MXTg5AO7CZ8EUcRX72et3zCTNWFtAtmLzxuDHoj0a9 oMEkpJOE/WfZwQKmQYo1VgKiThciVneBmsPto= Received: by 10.204.32.76 with SMTP id b12mr3734789bkd.165.1255883414603; Sun, 18 Oct 2009 09:30:14 -0700 (PDT) Received: from debian.bg45.phnet (227-143.203-62.cust.bluewin.ch [62.203.143.227]) by mx.google.com with ESMTPS id 4sm1213248fge.12.2009.10.18.09.30.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Oct 2009 09:30:13 -0700 (PDT) Message-ID: <4ADB4293.6070703@gmail.com> Date: Sun, 18 Oct 2009 18:30:11 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <20091016183805.GE7037@thorin> <4AD8D305.5000806@gmail.com> <20091016205258.GA8496@thorin> <4AD8E0CF.9080509@gmail.com> <20091016215343.GA9378@thorin> <4AD8F11D.1030007@gmail.com> <20091017112545.GA3556@thorin> <4AD9ADE9.3020004@gmail.com> <20091017120013.GA4040@thorin> <4AD9B3FB.9000904@gmail.com> <20091018154608.GA27494@thorin> In-Reply-To: <20091018154608.GA27494@thorin> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] Refuse to install on XFS destroying its superblock X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 16:30:23 -0000 Robert Millan wrote: > On Sat, Oct 17, 2009 at 02:09:31PM +0200, Vladimir 'phcoder' Serbinenko wrote: > >>>> The danger is that fs_probe may reject filesystem as valid just because >>>> it's newer than expected. >>>> >>>> >>> What do you mean with "reject filesystem as valid"? >>> >>> >>> >> Sorry for being unclear. I just meant that if some XFS structures are >> updated then our xfs driver won't recognise it as xfs >> > > What do you mean with "updated"? You mean a new implementation of XFS? Or > the same instance of XFS that has been modified after use? > > I mean next version on XFS -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git