From 86ce4dcac924440c29024906bfda89e8d6f030a7 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Wed, 29 May 2013 10:33:44 -0400 Subject: [PATCH] Linux: Remove extra "goto out" from tmpfs fix Remove a stray "goto out" that should not have been applied in this spot along with the tmpfs fix. Thanks to Stephan Wiesand for pointing it out. Reviewed-on: http://gerrit.openafs.org/9953 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit f393612d8f0a121d0cb8755f3eb9913c0f09606d) Change-Id: Ief9521bb41ae1a853b14282b166c62de165a3dc8 Reviewed-on: http://gerrit.openafs.org/10193 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- src/afs/LINUX/osi_vnodeops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index db8dbeb9f..e067386fe 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -2358,7 +2358,6 @@ afs_linux_readpages(struct file *fp, struct address_space *mapping, ObtainReadLock(&tdc->lock); if (!hsame(avc->f.m.DataVersion, tdc->f.versionNo) || (tdc->dflags & DFFetching)) { - goto out; ReleaseReadLock(&tdc->lock); afs_PutDCache(tdc); tdc = NULL; -- 2.39.5