Commit 5afb3145 authored by Evgeniy Dushistov's avatar Evgeniy Dushistov Committed by Linus Torvalds

[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: default avatarEvgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3e41f597
...@@ -1370,7 +1370,7 @@ config UFS_FS ...@@ -1370,7 +1370,7 @@ config UFS_FS
config UFS_FS_WRITE config UFS_FS_WRITE
bool "UFS file system write support (DANGEROUS)" bool "UFS file system write support (DANGEROUS)"
depends on UFS_FS && EXPERIMENTAL && BROKEN depends on UFS_FS && EXPERIMENTAL
help help
Say Y here if you want to try writing to UFS partitions. This is Say Y here if you want to try writing to UFS partitions. This is
experimental, so you should back up your UFS partitions beforehand. experimental, so you should back up your UFS partitions beforehand.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment