Hi Jan, [auto build test ERROR on v4.5-rc1] [also build test ERROR on next-20160127] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Jan-Kara/quota-Implement-VFS-support-for-Q_-X-GETNEXTQUOTA/20160127-194845 config: x86_64-randconfig-x011-01270835 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): >> fs/quota/dquot.c:2792:2: error: unknown field 'get_nextdqblk' specified in initializer .get_nextdqblk = dquot_get_next_dqblk, ^ >> fs/quota/dquot.c:2792:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .get_nextdqblk = dquot_get_next_dqblk, ^ fs/quota/dquot.c:2792:19: note: (near initialization for 'dquot_quotactl_ops.set_dqblk') fs/quota/dquot.c:2804:2: error: unknown field 'get_nextdqblk' specified in initializer .get_nextdqblk = dquot_get_next_dqblk, ^ fs/quota/dquot.c:2804:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .get_nextdqblk = dquot_get_next_dqblk, ^ fs/quota/dquot.c:2804:19: note: (near initialization for 'dquot_quotactl_sysfile_ops.set_dqblk') vim +/get_nextdqblk +2792 fs/quota/dquot.c 2786 .quota_on = dquot_quota_on, 2787 .quota_off = dquot_quota_off, 2788 .quota_sync = dquot_quota_sync, 2789 .get_state = dquot_get_state, 2790 .set_info = dquot_set_dqinfo, 2791 .get_dqblk = dquot_get_dqblk, > 2792 .get_nextdqblk = dquot_get_next_dqblk, 2793 .set_dqblk = dquot_set_dqblk 2794 }; 2795 EXPORT_SYMBOL(dquot_quotactl_ops); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data