From: David Howells Date: Fri, 21 Dec 2012 12:15:05 +0000 (+0000) Subject: NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n X-Git-Tag: v3.8-rc1~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c129c29347b6cf0d64bfe53848f68320286612ab;p=pandora-kernel.git NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n Provide a stub nfs_fscache_wait_on_invalidate() function for when CONFIG_NFS_FSCACHE=n lest the following error appear: fs/nfs/inode.c: In function 'nfs_invalidate_mapping': fs/nfs/inode.c:887:2: error: implicit declaration of function 'nfs_fscache_wait_on_invalidate' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors Reported-by: kbuild test robot Reported-by: Vineet Gupta Reported-by: Borislav Petkov Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed