Re: [git pull] vfs pile 2 (automount work)

From: Linus Torvalds
Date: Sun Jan 16 2011 - 16:38:20 EST


On Sun, Jan 16, 2011 at 1:15 PM, Joachim Eastwood <manabian@xxxxxxxxx> wrote:
>
> f03c65993b98eeb909a4012ce7833c5857d74755 - sanitize vfsmount refcounting changes
>
> Breaks my ARM !CONFIG_SMP compile

In fact, any non-SMP compile, it's not ARM-specific.

The simple fix for the build breakage should be to just move the
mnt_longterm thing out of the #ifdef CONFIG_SMP in
include/linux/mount.h. But I do worry that it would cause some count
imbalance, because there are some accesses that are still inside that
CONFIG_SMP case in mntput_no_expire().

Al, please take a look,

Linus
--
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/