aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
diff options
context:
space:
mode:
authorzhangliguang <zhangliguang@linux.alibaba.com>2019-02-12 09:38:33 +0800
committerTrond Myklebust <trond.myklebust@hammerspace.com>2019-02-20 17:33:55 -0500
commit42f72cf368c502c435af4e206e26d651cfb7d9ad (patch)
tree59abf3ae71043905b51535ca42a6bfb159325e6a /fs/nfs/dir.c
parentNFS: readdirplus optimization by cache mechanism (diff)
downloadlinux-dev-42f72cf368c502c435af4e206e26d651cfb7d9ad.tar.xz
linux-dev-42f72cf368c502c435af4e206e26d651cfb7d9ad.zip
NFS: Remove redundant semicolon
This removes redundant semicolon for ending code. Fixes: c7944ebb9ce9 ("NFSv4: Fix lookup revalidate of regular files") Signed-off-by: Liguang Zhang <zhangliguang@linux.alibaba.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r--fs/nfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index 6b3c547154b3..a112b67a3f8f 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -1727,7 +1727,7 @@ nfs4_do_lookup_revalidate(struct inode *dir, struct dentry *dentry,
reval_dentry:
if (flags & LOOKUP_RCU)
return -ECHILD;
- return nfs_lookup_revalidate_dentry(dir, dentry, inode);;
+ return nfs_lookup_revalidate_dentry(dir, dentry, inode);
full_reval:
return nfs_do_lookup_revalidate(dir, dentry, flags);