Messages in this thread |  | | Date | Sun, 8 Apr 2018 03:19:56 +0100 | From | Al Viro <> | Subject | Re: linux-next: build failure after merge of the vfs tree |
| |
On Tue, Apr 03, 2018 at 12:26:29PM +1000, Stephen Rothwell wrote: > Hi Al, > > On Mon, 19 Mar 2018 17:06:27 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > > > After merging the vfs tree, today's linux-next build (x86_64 allnoconfig) > > failed like this: > > > > fs/super.c: In function 'do_thaw_all_callback': > > fs/super.c:942:3: error: implicit declaration of function 'emergency_thaw_bdev'; did you mean 'emergency_remount'? [-Werror=implicit-function-declaration] > > emergency_thaw_bdev(sb); > > ^~~~~~~~~~~~~~~~~~~ > > emergency_remount > > > > Caused by commit > > > > 92afc556e622 ("buffer.c: call thaw_super during emergency thaw") > > > > I have reverted that commit for today. > > I am still doing that revert ...
That's interesting, seeing that this commit is *not* in #for-next and 08fdc8a0138a should not have that problem...
|  |