Linux: Remove extra "goto out" from tmpfs fix
authorMarc Dionne <marc.dionne@your-file-system.com>
Wed, 29 May 2013 14:33:44 +0000 (10:33 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Fri, 26 Jul 2013 13:18:40 +0000 (06:18 -0700)
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.

Change-Id: I6f798029a948446b974456648513ea7db4469561
Reviewed-on: http://gerrit.openafs.org/9953
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

src/afs/LINUX/osi_vnodeops.c

index 6830b87..e9191ae 100644 (file)
@@ -2387,7 +2387,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;