From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: 3.15 regression: wrong cgroup magic Date: Tue, 3 Jun 2014 13:52:51 -0400 Message-ID: <20140603175251.GF26210@htj.dyndns.org> References: <538D2261.70406@huawei.com> <20140603012211.GE19855@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Li Zefan , Andy Lutomirski , "linux-kernel@vger.kernel.org" , Linux FS Devel , Greg Kroah-Hartman , Jianyu Zhan To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Jun 03, 2014 at 10:23:03AM -0700, Linus Torvalds wrote: > Tejun, just to be anal, can you please test and verify current -git > (preferably both 'master' and 'next') with your app that cared about > the f_type information for statfs().. It was Andy. Andy, can you please verify the latest -git fixes your setup? FWIW, I just verified the reported magic numbers and everything looks kosher to me. # ./fstype / /sys /sys/fs/cgroup/memory/ f_type=0x0000ef53 / f_type=0x62656572 /sys f_type=0x0027e0eb /sys/fs/cgroup/memory/ Thanks. -- tejun