On 03/12/2015 11:57 AM, Trond Myklebust wrote: > Hi Anna, > > On Thu, 2015-03-05 at 11:06 -0500, Anna Schumaker wrote: >> This patch adds a GETATTR to the end of ALLOCATE and DEALLOCATE >> operations so we can set the updated inode size and change attribute >> directly. DEALLOCATE will still need to release pagecache pages, so >> nfs42_proc_deallocate() now calls truncate_pagecache_range() before >> contacting the server. >> >> Signed-off-by: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> >> --- >> fs/nfs/inode.c | 1 - >> fs/nfs/nfs42proc.c | 23 +++++++++++++++++++---- >> fs/nfs/nfs42xdr.c | 20 ++++++++++++++++---- >> fs/nfs/nfs4file.c | 1 - >> include/linux/nfs_xdr.h | 4 ++++ >> 5 files changed, 39 insertions(+), 10 deletions(-) >> >> diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c >> index d42dff6..e92386f 100644 >> --- a/fs/nfs/inode.c >> +++ b/fs/nfs/inode.c >> @@ -192,7 +192,6 @@ void nfs_zap_caches(struct inode *inode) >> nfs_zap_caches_locked(inode); >> spin_unlock(&inode->i_lock); >> } >> -EXPORT_SYMBOL_GPL(nfs_zap_caches); > > This patch appears to be completely whitespace-borked. Can you please > fix up your mailer and resend? I sent this with git, so I don't know what happened. I'll resend soon! (I'm tacking on an additional patch to reduce time spent under the i_mutex anyway) Anna > > Thanks > Trond > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html