Commit 66ceed9
committed
webos: gator-mod=r5.3 (gator_fs: Fix build with linux-6.6 and newer)
:Release Notes:
In Linux commit 13bc24457850583a2e7203ded05b7209ab4bc5ef, direct access
to the i_ctime member of struct inode was removed. The new approach is
to use accessor methods that exclusively handle passing the timestamp
around by value.
:Detailed Notes:
More details in e.g.:
darkbasic/zfs@0769c00
Fixes:
http://gecko.lge.com:8000/Errors/Details/758170
In file included from TOPDIR/BUILD/work/qemux86_64-webos-linux/gator-mod/6.7+git/git/driver/gator_main.c:260:
TOPDIR/BUILD/work/qemux86_64-webos-linux/gator-mod/6.7+git/git/driver/gator_fs.c: In function 'gatorfs_get_inode':
TOPDIR/BUILD/work/qemux86_64-webos-linux/gator-mod/6.7+git/git/driver/gator_fs.c:46:50: error: 'struct inode' has no member named 'i_ctime'; did you mean 'i_atime'?
46 | inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
| ^~~~~~~
| i_atime
:Testing Performed:
Only build tested.
:QA Notes:
No change to image.
:Issues Addressed:
[WRQ-8231] CCC: gator-mod=r5.3 (gator_fs: Fix build with linux-6.6 and newer)
[WRP-29491] Create GPVB with Yocto 5.0 Scarthgap
Change-Id: Ic7bc48224dc3c40564e9fec2818c236e90700e321 parent 393f799 commit 66ceed9
File tree
2 files changed
+37
-1
lines changed- meta-webos/recipes-core/gator
- gator-mod
2 files changed
+37
-1
lines changedLines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments