1
0
Fork 0

[GFS2] Fix typo in last patch

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
hifive-unleashed-5.1
Steven Whitehouse 2006-09-27 14:52:48 -04:00
parent 0e0bcae3bf
commit 3f1a9aaeff
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ __generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
*ppos = pos + retval;
}
if (likely(retval != 0)) {
file_accessed(flip);
file_accessed(filp);
goto out;
}
}