Rohith Surabattula <rohiths.msft@xxxxxxxxx> wrote: > + /* Invalidate fscache cookie */ > + cifs_fscache_fill_coherency(&cifs_i->vfs_inode, &cd); > + fscache_invalidate(cifs_inode_cookie(inode), &cd, i_size_read(inode), 0); There's a helper for that - cifs_invalidate_cache(inode, 0) - I should've made it use it. David