Messages in this thread |  | | Date | Sat, 2 Apr 2022 13:23:49 +0800 | Subject | Re: [xiang:jeffle/fscache 2/19] fs/cachefiles/namei.c:478:17: error: label 'out_unuse' used but not defined | From | JeffleXu <> |
| |
On 4/2/22 1:18 PM, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/linux.git jeffle/fscache > head: c536a60b958806d427fb66e3f53a1201826fdcf4 > commit: 6e3731398f863eec9b10f9e0cead9f2ec09d8b4d [2/19] cachefiles: notify user daemon with anon_fd when looking up cookie > config: x86_64-randconfig-a011 (https://download.01.org/0day-ci/archive/20220402/202204021359.3SIrp1y5-lkp@intel.com/config) > compiler: gcc-11 (Debian 11.2.0-19) 11.2.0 > reproduce (this is a W=1 build): > # https://git.kernel.org/pub/scm/linux/kernel/git/xiang/linux.git/commit/?id=6e3731398f863eec9b10f9e0cead9f2ec09d8b4d > git remote add xiang https://git.kernel.org/pub/scm/linux/kernel/git/xiang/linux.git > git fetch --no-tags xiang jeffle/fscache > git checkout 6e3731398f863eec9b10f9e0cead9f2ec09d8b4d > # save the config file to linux build tree > mkdir build_dir > make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash fs/ > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > > fs/cachefiles/namei.c: In function 'cachefiles_create_tmpfile': >>> fs/cachefiles/namei.c:478:17: error: label 'out_unuse' used but not defined > 478 | goto out_unuse; > | ^~~~ > >
This patchset depends on "cachefiles: unmark inode in use in error path" [1].
[1] https://github.com/lostjeffle/linux/commit/3c71705e777fa75d37f784640a232db14ce62c31
-- Thanks, Jeffle
|  |