Browse Source

[GFS2] Fix typo in last patch

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Steven Whitehouse 19 years ago
parent
commit
3f1a9aaeff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mm/filemap.c

+ 1 - 1
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;
 		}
 	}