From: Andrew Morton These both use cont_prepare_write(). How do these things happen? Cc: Nick Piggin Signed-off-by: Andrew Morton --- fs/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/Kconfig~nick-broke-stuff fs/Kconfig --- a/fs/Kconfig~nick-broke-stuff +++ a/fs/Kconfig @@ -1094,7 +1094,7 @@ menu "Miscellaneous filesystems" config ADFS_FS tristate "ADFS file system support (EXPERIMENTAL)" - depends on BLOCK && EXPERIMENTAL + depends on BLOCK && EXPERIMENTAL && BROKEN help The Acorn Disc Filing System is the standard file system of the RiscOS operating system which runs on Acorn's ARM-based Risc PC @@ -1122,7 +1122,7 @@ config ADFS_FS_RW config AFFS_FS tristate "Amiga FFS file system support (EXPERIMENTAL)" - depends on BLOCK && EXPERIMENTAL + depends on BLOCK && EXPERIMENTAL && BROKEN help The Fast File System (FFS) is the common file system used on hard disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y _