Skip to content

Commit 42f72cf

Browse files
luanshi0212Trond Myklebust
authored andcommitted
NFS: Remove redundant semicolon
This removes redundant semicolon for ending code. Fixes: c7944eb ("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>
1 parent be4c2d4 commit 42f72cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ nfs4_do_lookup_revalidate(struct inode *dir, struct dentry *dentry,
17271727
reval_dentry:
17281728
if (flags & LOOKUP_RCU)
17291729
return -ECHILD;
1730-
return nfs_lookup_revalidate_dentry(dir, dentry, inode);;
1730+
return nfs_lookup_revalidate_dentry(dir, dentry, inode);
17311731

17321732
full_reval:
17331733
return nfs_do_lookup_revalidate(dir, dentry, flags);

0 commit comments

Comments
 (0)