diff options
author | Evgeniy Dushistov <dushistov@mail.ru> | 2006-06-25 08:47:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:03 -0400 |
commit | 5afb3145c9a733166174e1f5a07c46410b5c4091 (patch) | |
tree | ed0b764a4bae09f4d4d6e5f18e0a77103794de94 /fs/Kconfig | |
parent | 3e41f597b1595479e4a1b2e6b17b3542120ef165 (diff) |
[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 <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 2aa4624cc018..c0afaccad609 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1370,7 +1370,7 @@ config UFS_FS | |||
1370 | 1370 | ||
1371 | config UFS_FS_WRITE | 1371 | config UFS_FS_WRITE |
1372 | bool "UFS file system write support (DANGEROUS)" | 1372 | bool "UFS file system write support (DANGEROUS)" |
1373 | depends on UFS_FS && EXPERIMENTAL && BROKEN | 1373 | depends on UFS_FS && EXPERIMENTAL |
1374 | help | 1374 | help |
1375 | Say Y here if you want to try writing to UFS partitions. This is | 1375 | Say Y here if you want to try writing to UFS partitions. This is |
1376 | experimental, so you should back up your UFS partitions beforehand. | 1376 | experimental, so you should back up your UFS partitions beforehand. |