The patch titled ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN has been added to the -mm tree. Its filename is ufs-unmark-config_ufs_fs_write-as-broken-mm-tree.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN From: Evgeniy Dushistov <dushistov@xxxxxxx> 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 <dushistov@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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. _ Patches currently in -mm which might be from dushistov@xxxxxxx are ufs-ufs_trunc_indirect-infinite-cycle.patch ufs-right-block-allocation.patch ufs-right-block-allocation-fixes.patch ufs-change-block-number-on-the-fly.patch ufs-directory-and-page-cache-install-aops.patch ufs-directory-and-page-cache-from-blocks-to-pages.patch ufs-wrong-type-cast.patch ufs-not-usual-amounts-of-fragments-per-block.patch ufs-unmark-config_ufs_fs_write-as-broken-mm-tree.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html