Skip to content

Commit

Permalink
[GFS2] Fix typo in last patch
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Sep 27, 2006
1 parent 0e0bcae commit 3f1a9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 3f1a9aa

Please sign in to comment.