commit | a33dffa8e5c47b877e4daece938a81e3cc810b90 | [log] [tgz] |
---|---|---|
author | Vaibhav Rustagi <vaibhavrustagi@google.com> | Fri Sep 20 01:02:17 2019 |
committer | Vaibhav Rustagi <vaibhavrustagi@google.com> | Fri Sep 20 04:48:10 2019 |
tree | 509720df8d02c604581880b70b89c1743fb1ae91 | |
parent | cba4a7ac2f7714e8c639d3577f977e996dc1534a [diff] |
lakitu: Revert "ANDROID: fs: gfs2: fix filler function type" This reverts commit beda7a698000723a7cedf24f3a92d6097950d815. The changes are causing compiler error in lakitu-nc: incompatible pointer types passing 'int (void *, struct page *)' to parameter of type 'filler_t *' (aka 'int (*)(struct file *, struct page *)') Also, the patch is reverted by Guenter in: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1729064 BUG=b:141332311 TEST=tryjob for lakitu-nc and lakitu RELEASE_NOTES=None Change-Id: I7059cae5bd761a1ffb5ecea422ad7915fc0c827e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1815587 Reviewed-by: Xuewei Zhang <xueweiz@google.com> Commit-Queue: Vaibhav Rustagi <vaibhavrustagi@google.com> Tested-by: Vaibhav Rustagi <vaibhavrustagi@google.com>