From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evgeniy Dushistov Subject: [PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN -mm tree Date: Thu, 25 May 2006 12:22:38 +0400 Message-ID: <20060525082238.GA7406@rain.homenetwork> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexey Dobriyan , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from mx2.mail.ru ([194.67.23.122]:16702 "EHLO mx2.mail.ru") by vger.kernel.org with ESMTP id S965080AbWEYISu (ORCPT ); Thu, 25 May 2006 04:18:50 -0400 To: Andrew Morton Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org To find new bugs, I suggest revert this patch: http://lkml.org/lkml/2006/1/31/275 in -mm tree. So anybody except me can test "write support" of UFS. Signed-off-by: Evgeniy Dushistov --- Index: linux-2.6.17-rc4/fs/Kconfig =================================================================== --- linux-2.6.17-rc4.orig/fs/Kconfig +++ linux-2.6.17-rc4/fs/Kconfig @@ -1320,7 +1320,7 @@ config UFS_FS config UFS_FS_WRITE bool "UFS file system write support (DANGEROUS)" - depends on UFS_FS && EXPERIMENTAL && BROKEN + depends on UFS_FS && EXPERIMENTAL help Say Y here if you want to try writing to UFS partitions. This is experimental, so you should back up your UFS partitions beforehand. -- /Evgeniy