Linux: Fix misleading indentation and other whitespace

Commit 7edc6694e7632c9736bd1516935604a638165313 introduced a
misleading indentation of a line in afs_linux_prefetch. Correct
it, and once here remove trailing whitespace throughout the file.

Reviewed-on: https://gerrit.openafs.org/12253
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 3609ebcfa3f70ca7612364c0cc2345b1d7f1096b)

Change-Id: I0d42c6751b835308c692c0ebb7d217f56ad5cf2a
Reviewed-on: https://gerrit.openafs.org/12254
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
Stephan Wiesand 2016-04-07 10:58:30 +02:00
parent 0e72e84637
commit bfd7fced97

View File

@ -2270,7 +2270,7 @@ afs_linux_prefetch(struct file *fp, struct page *pp)
if (tdc) {
if (!(tdc->mflags & DFNextStarted))
afs_PrefetchChunk(avc, tdc, credp, treq);
afs_PutDCache(tdc);
afs_PutDCache(tdc);
}
ReleaseWriteLock(&avc->lock);
}
@ -3125,7 +3125,6 @@ static struct inode_operations afs_symlink_iops = {
void
afs_fill_inode(struct inode *ip, struct vattr *vattr)
{
if (vattr)
vattr2inode(ip, vattr);