[GFS2] Fix typo in last patch
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@@ -1181,7 +1181,7 @@ __generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
|
|||||||
*ppos = pos + retval;
|
*ppos = pos + retval;
|
||||||
}
|
}
|
||||||
if (likely(retval != 0)) {
|
if (likely(retval != 0)) {
|
||||||
file_accessed(flip);
|
file_accessed(filp);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user