Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #59929 > unrolled thread
| Started by | Arne Nordmark <nordmark@mech.kth.se> |
|---|---|
| First post | 2018-01-10 09:40 +0100 |
| Last post | 2018-01-10 09:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#886768: Acknowledgement (linux-headers-3.16.0-5-amd64: inode_change_ok() missing, breaks openafs module build) Arne Nordmark <nordmark@mech.kth.se> - 2018-01-10 09:40 +0100
| From | Arne Nordmark <nordmark@mech.kth.se> |
|---|---|
| Date | 2018-01-10 09:40 +0100 |
| Subject | Bug#886768: Acknowledgement (linux-headers-3.16.0-5-amd64: inode_change_ok() missing, breaks openafs module build) |
| Message-ID | <v6k5r-7Bb-1@gated-at.bofh.it> |
Newer OpenAFS versions replace code = inode_change_ok(inode, &newattrs); by code = setattr_prepare(file_dentry(afile->filp), &newattrs); The file_dentry() helper is not present in linux-headers-3.16.0-5 either, but code = setattr_prepare(afile->filp->f_path.dentry, &newattrs); at least seems to compile. Is this the correct replacement? Arne
Back to top | Article view | linux.debian.kernel
csiph-web