diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-02-01 06:05:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 11:53:14 -0500 |
commit | 537421be79b94bcf620467f50dd9e38b739c2a00 (patch) | |
tree | 7ec41fbd73df646943554b43d21e130748fc77e0 /fs/Kconfig | |
parent | c125a1838a95604eb35b60259a8d678dc193f7e4 (diff) |
[PATCH] Mark CONFIG_UFS_FS_WRITE as BROKEN
OpenBSD doesn't see "." correctly in directories created by Linux. Copying
files over several KB will buy you infinite loop in __getblk_slow().
Copying files smaller than 1 KB seems to be OK. Sometimes files will be
filled with zeros. Sometimes incorrectly copied file will reappear after
next file with truncated size.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
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 ef78e3a42d32..93b5dc4082ff 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1327,7 +1327,7 @@ config UFS_FS | |||
1327 | 1327 | ||
1328 | config UFS_FS_WRITE | 1328 | config UFS_FS_WRITE |
1329 | bool "UFS file system write support (DANGEROUS)" | 1329 | bool "UFS file system write support (DANGEROUS)" |
1330 | depends on UFS_FS && EXPERIMENTAL | 1330 | depends on UFS_FS && EXPERIMENTAL && BROKEN |
1331 | help | 1331 | help |
1332 | Say Y here if you want to try writing to UFS partitions. This is | 1332 | Say Y here if you want to try writing to UFS partitions. This is |
1333 | experimental, so you should back up your UFS partitions beforehand. | 1333 | experimental, so you should back up your UFS partitions beforehand. |