tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus head: 5d369b1235a4e4d07a4f2fe65f92a13984f2fea7 commit: de242c0b8b365a9e348bf53143e18e9d8c9cfae8 NFS: Use FS-Cache invalidation date: 4 hours ago config: make ARCH=alpha defconfig All error/warnings: 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 vim +/nfs_fscache_wait_on_invalidate +887 fs/nfs/inode.c 717d44e8 Trond Myklebust 2007-01-24 881 spin_lock(&inode->i_lock); 717d44e8 Trond Myklebust 2007-01-24 882 nfsi->cache_validity &= ~NFS_INO_INVALID_DATA; 2f78e431 Trond Myklebust 2007-09-30 883 if (S_ISDIR(inode->i_mode)) 717d44e8 Trond Myklebust 2007-01-24 884 memset(nfsi->cookieverf, 0, sizeof(nfsi->cookieverf)); 717d44e8 Trond Myklebust 2007-01-24 885 spin_unlock(&inode->i_lock); 717d44e8 Trond Myklebust 2007-01-24 886 nfs_inc_stats(inode, NFSIOS_DATAINVALIDATE); de242c0b David Howells 2012-12-20 @887 nfs_fscache_wait_on_invalidate(inode); 717d44e8 Trond Myklebust 2007-01-24 888 dfprintk(PAGECACHE, "NFS: (%s/%Ld) data cache invalidated\n", 717d44e8 Trond Myklebust 2007-01-24 889 inode->i_sb->s_id, (long long)NFS_FILEID(inode)); 717d44e8 Trond Myklebust 2007-01-24 890 return 0; --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html