From: Andrew Morton fs/ufs/dir.c: In function 'ufs_set_link': fs/ufs/dir.c:98: warning: implicit declaration of function '__ufs_write_begin' Cc: Nick Piggin Signed-off-by: Andrew Morton --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~nick-really-did-it-this-time fs/Kconfig --- a/fs/Kconfig~nick-really-did-it-this-time +++ a/fs/Kconfig @@ -1520,7 +1520,7 @@ config SYSV_FS config UFS_FS tristate "UFS file system support (read only)" - depends on BLOCK + depends on BLOCK && BROKEN help BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD, OpenBSD and NeXTstep) use a file system called UFS. Some System V _