From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:24 +0000 (-0700) Subject: [PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN X-Git-Tag: v2.6.18-rc1~1021 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5afb3145c9a733166174e1f5a07c46410b5c4091;p=linux-2.6 [PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN To find new bugs, I suggest revert this patch: http://lkml.org/lkml/2006/1/31/275 in -mm tree. So others can test "write support" of UFS. Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/Kconfig b/fs/Kconfig index 2aa4624cc0..c0afaccad6 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1370,7 +1370,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.