diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-27 14:52:48 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-27 14:52:48 -0400 |
commit | 3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (patch) | |
tree | d786c4f1f48ac3ad695a28961b99b010f9136ee5 /mm/filemap.c | |
parent | 0e0bcae3bfb3c88dbe14735fa69d7d88794dc73a (diff) |
[GFS2] Fix typo in last patch
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 91a741ddd49d..3195806d78e0 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1181,7 +1181,7 @@ __generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov, | |||
1181 | *ppos = pos + retval; | 1181 | *ppos = pos + retval; |
1182 | } | 1182 | } |
1183 | if (likely(retval != 0)) { | 1183 | if (likely(retval != 0)) { |
1184 | file_accessed(flip); | 1184 | file_accessed(filp); |
1185 | goto out; | 1185 | goto out; |
1186 | } | 1186 | } |
1187 | } | 1187 | } |