From: Evgeniy Dushistov 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 --- fs/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~ufs-unmark-config_ufs_fs_write-as-broken-mm-tree fs/Kconfig --- devel/fs/Kconfig~ufs-unmark-config_ufs_fs_write-as-broken-mm-tree 2006-05-25 01:27:15.000000000 -0700 +++ devel-akpm/fs/Kconfig 2006-05-25 01:27:15.000000000 -0700 @@ -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. _