Linus' tree as of today (2.6.37-07857-gf8b426b) does not build with !CONFIG_SMP

From: richard -rw- weinberger
Date: Sun Jan 16 2011 - 17:13:06 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/