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


Groups > linux.debian.kernel > #59929

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

From Arne Nordmark <nordmark@mech.kth.se>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#886768: Acknowledgement (linux-headers-3.16.0-5-amd64: inode_change_ok() missing, breaks openafs module build)
Date 2018-01-10 09:40 +0100
Message-ID <v6k5r-7Bb-1@gated-at.bofh.it> (permalink)
References <v66Yy-7Fj-15@gated-at.bofh.it> <v6k5r-7Bb-3@gated-at.bofh.it> <v66Yy-7Fj-15@gated-at.bofh.it> <v6k5r-7Bb-3@gated-at.bofh.it>
Organization KTH/Mekanik

Cross-posted to 2 groups.

Show all headers | View raw


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 linux.debian.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web