mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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. 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>
This commit is contained in:
parent
30fa9480dd
commit
f393612d8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user