Ubuntu下面安装VMware-Tools报错 请帮我看下什么原因! 20
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:Infunction‘HgfsPackDirOpenRequest’:/tmp/modco...
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsPackDirOpenRequest’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:417:26: error: ‘struct file’ has no member named ‘f_dentry’
file->f_dentry) < 0) {
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsDirLlseek’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:707:32: error: ‘struct file’ has no member named ‘f_dentry’
struct dentry *dentry = file->f_dentry;
^
In file included from /tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:39:0:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsReaddirNextEntry’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:993:31: error: ‘struct file’ has no member named ‘f_dentry’
si = HGFS_SB_TO_COMMON(file->f_dentry->d_inode->i_sb);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/module.h:78:62: note: in definition of macro ‘HGFS_SB_TO_COMMON’
#define HGFS_SB_TO_COMMON(sb) ((HgfsSuperInfo *)(sb)->s_fs_info)
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1082:26: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = file->f_dentry->d_inode->i_ino;
^
In file included from /tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:30:0:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1088:44: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = compat_parent_ino(file->f_dentry);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/./shared/compat_fs.h:120:46: note: in definition of macro ‘compat_parent_ino’
#define compat_parent_ino(dentry) parent_ino(dentry)
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1093:52: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = HgfsGetFileInode(&entryAttrs, file->f_dentry->d_inode->i_sb);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsDoReaddir’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1172:13: error: ‘struct file’ has no member named ‘f_dentry’
!(file->f_dentry) ||
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1173:13: error: ‘struct file’ has no member named ‘f_dentry’
!(file->f_dentry->d_inode)) {
^
scripts/Makefile.build:258: recipe for target '/tmp/modconfig-jFPhEG/vmhgfs-only/dir.o' failed
make[2]: *** [/tmp/modconfig-jFPhEG/vmhgfs-only/dir.o] Error 1 展开
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:417:26: error: ‘struct file’ has no member named ‘f_dentry’
file->f_dentry) < 0) {
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsDirLlseek’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:707:32: error: ‘struct file’ has no member named ‘f_dentry’
struct dentry *dentry = file->f_dentry;
^
In file included from /tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:39:0:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsReaddirNextEntry’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:993:31: error: ‘struct file’ has no member named ‘f_dentry’
si = HGFS_SB_TO_COMMON(file->f_dentry->d_inode->i_sb);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/module.h:78:62: note: in definition of macro ‘HGFS_SB_TO_COMMON’
#define HGFS_SB_TO_COMMON(sb) ((HgfsSuperInfo *)(sb)->s_fs_info)
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1082:26: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = file->f_dentry->d_inode->i_ino;
^
In file included from /tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:30:0:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1088:44: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = compat_parent_ino(file->f_dentry);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/./shared/compat_fs.h:120:46: note: in definition of macro ‘compat_parent_ino’
#define compat_parent_ino(dentry) parent_ino(dentry)
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1093:52: error: ‘struct file’ has no member named ‘f_dentry’
*entryIno = HgfsGetFileInode(&entryAttrs, file->f_dentry->d_inode->i_sb);
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c: In function ‘HgfsDoReaddir’:
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1172:13: error: ‘struct file’ has no member named ‘f_dentry’
!(file->f_dentry) ||
^
/tmp/modconfig-jFPhEG/vmhgfs-only/dir.c:1173:13: error: ‘struct file’ has no member named ‘f_dentry’
!(file->f_dentry->d_inode)) {
^
scripts/Makefile.build:258: recipe for target '/tmp/modconfig-jFPhEG/vmhgfs-only/dir.o' failed
make[2]: *** [/tmp/modconfig-jFPhEG/vmhgfs-only/dir.o] Error 1 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询