linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 3.15 regression: wrong cgroup magic
@ 2014-06-03  0:56 Andy Lutomirski
  2014-06-03  1:15 ` Linus Torvalds
  2014-06-03  1:18 ` Li Zefan
  0 siblings, 2 replies; 11+ messages in thread
From: Andy Lutomirski @ 2014-06-03  0:56 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org, Tejun Heo, Li Zefan, Linux FS Devel,
	Linus Torvalds

Sorry I didn't notice this earlier.  Linux 3.15 breaks my production
system :(  The cause appears to be:

commit 2bd59d48ebfb3df41ee56938946ca0dd30887312
Author: Tejun Heo <tj@kernel.org>
Date:   Tue Feb 11 11:52:49 2014 -0500

    cgroup: convert to kernfs

In particular, this piece:

-       sb->s_magic = CGROUP_SUPER_MAGIC;

The result is that cgroup shows up with the wrong magic number, so my
code goes "oh crap, cgroupfs isn't mounted" and fails.

I can change my code to hack around this, but I can imagine other
things getting tripped up.  Is there still time to fix this?

--Andy

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-06-03 17:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03  0:56 3.15 regression: wrong cgroup magic Andy Lutomirski
2014-06-03  1:15 ` Linus Torvalds
2014-06-03  1:18 ` Li Zefan
2014-06-03  1:22   ` Tejun Heo
2014-06-03  1:30     ` Linus Torvalds
2014-06-03  4:26       ` Greg Kroah-Hartman
2014-06-03 17:23       ` Linus Torvalds
2014-06-03 17:48         ` Andy Lutomirski
2014-06-03 17:49           ` Linus Torvalds
2014-06-03 17:52         ` Tejun Heo
2014-06-03 17:53           ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).