﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
20325	Possible ticket #18697 regression in 6.1.20 Linux guest	Ismas		"When installing Guest Additions from 6.1.20 in kernel 4.4.0.210-generic (Ubuntu 16.04) module vboxsf fails compiling with exactly same error as #18697. 

The #ifdef stack on lines 809 onwards of utils.c produces 

rc = inode_change_ok(pInode, iattr); 

instead of the correct

rc = setattr_prepare(dentry, iattr);

Manually editting the file solves the problem. Maybe the v5.x kernel #ifdef breaks the #ifdef stack. 


Regards
"	defect	closed	guest additions	VirtualBox 6.1.20	fixed			other	other
