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) | |
download | linux-3.10-3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699.tar.gz linux-3.10-3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699.tar.bz2 linux-3.10-3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699.zip |
[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 91a741ddd49..3195806d78e 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; } } |