https://bugzilla.novell.com/show_bug.cgi?id=803157 https://bugzilla.novell.com/show_bug.cgi?id=803157#c4 --- Comment #4 from Dominique Leuenberger <dimstar@opensuse.org> 2013-04-03 18:54:09 UTC --- @Dmitry: This might be of interst to you as well: looking at 9.2.2 codebase, there are some different cases in the modules of rputname:
grep putname * -r shared/compat_fs.h: * putname changed to __putname in 2.6.6. shared/compat_fs.h:#define compat___putname(name) putname(name) shared/compat_fs.h:#define compat___putname(name) __putname(name) vmblock/linux/control.c: putname(name); vmblock/linux/inode.c: __putname(filename); vmblock/linux/inode.c: __putname(filename); vmhgfs/filesystem.c: compat___putname(tmpName);
=> in vmhgfs it is abstracted by compat___putname; in vmblock, this was not done and a half/half is done (resulting in the failure as described in comment #0). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.