[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTikX01vGE2FbXZBxeNszVz7Z4PobqSNmuH0YC5Js@mail.gmail.com>
Date: Sun, 16 Jan 2011 23:12:53 +0100
From: richard -rw- weinberger <richard.weinberger@...il.com>
To: viro@...iv.linux.org.uk, npiggin@...nel.dk
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Linus' tree as of today (2.6.37-07857-gf8b426b) does not build with !CONFIG_SMP
Al, Nick,
Commit f03c6599 (sanitize vfsmount refcounting changes) breaks the
build when CONFIG_SMP is not set.
fs/namespace.c: In function ‘commit_tree’:
fs/namespace.c:629: error: ‘struct vfsmount’ has no member named ‘mnt_longterm’
...
'mnt_longterm' is only visible when CONFIG_SMP is set.
Commit b3e19d92 (fs: scale mntget/mntput) added CONFIG_SMP to the
vfsmount structure.
--
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists