Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #59929 > unrolled thread

Bug#886768: Acknowledgement (linux-headers-3.16.0-5-amd64: inode_change_ok() missing, breaks openafs module build)

Started byArne Nordmark <nordmark@mech.kth.se>
First post2018-01-10 09:40 +0100
Last post2018-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.


Contents

  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

#59929 — Bug#886768: Acknowledgement (linux-headers-3.16.0-5-amd64: inode_change_ok() missing, breaks openafs module build)

FromArne Nordmark <nordmark@mech.kth.se>
Date2018-01-10 09:40 +0100
SubjectBug#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

[toc] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web