projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0bcae
)
[GFS2] Fix typo in last patch
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 27 Sep 2006 18:52:48 +0000
(14:52 -0400)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 27 Sep 2006 18:52:48 +0000
(14:52 -0400)
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
mm/filemap.c
patch
|
blob
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index 91a741ddd49d637dd52849352f18fc9bcdb28b23..3195806d78e000fc96123c33347b038731424ccb 100644
(file)
--- 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(f
li
p);
+ file_accessed(f
il
p);
goto out;
}
}