The patch titled ufs: Unmark CONFIG_UFS_FS_WRITE as BROKEN has been removed from the -mm tree. Its filename is ufs-unmark-config_ufs_fs_write-as-broken-mm-tree.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~ufs-unmark-config_ufs_fs_write-as-broken-mm-tree fs/Kconfig --- a/fs/Kconfig~ufs-unmark-config_ufs_fs_write-as-broken-mm-tree +++ a/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. _ Patches currently in -mm which might be from dushistov@xxxxxxx are origin.patch git-jfs.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