Hello
Building of Parallels Tools using kernel headers 2.6.39 and 3.0 fails with
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c: In function ‘prlfs_get_sb’:
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:247:2: error: implicit declaration of function ‘get_sb_nodev’
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c: At top level:
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: unknown field ‘get_sb’ specified in initializer
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: warning: initialization makes integer from pointer without a cast
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: initializer element is not computable at load time
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: (near initialization for ‘prl_fs_type.fs_flags’)
In kernel 2.6.39 function get_sb_nodev is deprecated and field get_sb in file_system_type structure is deprecated too
Building of Parallels Tools using kernel headers 2.6.39 and 3.0 fails with
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c: In function ‘prlfs_get_sb’:
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:247:2: error: implicit declaration of function ‘get_sb_nodev’
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c: At top level:
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: unknown field ‘get_sb’ specified in initializer
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: warning: initialization makes integer from pointer without a cast
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: initializer element is not computable at load time
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c:264:2: error: (near initialization for ‘prl_fs_type.fs_flags’)
In kernel 2.6.39 function get_sb_nodev is deprecated and field get_sb in file_system_type structure is deprecated too