From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753769AbeAQXEe (ORCPT ); Wed, 17 Jan 2018 18:04:34 -0500 Received: from ozlabs.org ([103.22.144.67]:36675 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513AbeAQXEc (ORCPT ); Wed, 17 Jan 2018 18:04:32 -0500 Date: Thu, 18 Jan 2018 10:04:30 +1100 From: Stephen Rothwell To: Jaegeuk Kim , Chris Mason , Josef Bacik Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Yufen Yu , Tejun Heo Subject: linux-next: build failure after merge of the f2fs tree Message-ID: <20180118100430.4fc0151e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jaegeuk, After merging the f2fs tree, today's linux-next build (x86_64 allmodconfig) failed like this: /home/sfr/next/next/fs/f2fs/super.c: In function 'f2fs_fill_super': /home/sfr/next/next/fs/f2fs/super.c:2563:18: error: 'SB_I_CGROUPWB' undeclared (first use in this function); did you mean 'S_CGROUPWB'? sb->s_iflags |= SB_I_CGROUPWB; ^~~~~~~~~~~~~ S_CGROUPWB Caused by commit 578c647879f7 ("f2fs: implement cgroup writeback support") interacting with commit 34934189a3dd ("cgroup, writeback: replace SB_I_CGROUPWB with per-inode S_CGROUPWB" from the btrfs tree. I have reverted the f2fs tree commit for today, but a better resolution would be appreciated. -- Cheers, Stephen Rothwell