summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-27 14:52:48 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-27 14:52:48 -0400
commit3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (patch)
treed786c4f1f48ac3ad695a28961b99b010f9136ee5 /mm
parent0e0bcae3bfb3c88dbe14735fa69d7d88794dc73a (diff)
downloadlinux-3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699.tar.gz
linux-3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699.tar.xz
[GFS2] Fix typo in last patch
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/filemap.c2
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,
*ppos = pos + retval;
}
if (likely(retval != 0)) {
- file_accessed(flip);
+ file_accessed(filp);
goto out;
}
}