On Thu, Aug 01, 2013 at 04:44:39PM +0400, Andrey Vagin wrote:
> +
> + if (pm->s_dev != st.st_dev) {
> + pr_err("Can't create a temporary mount "
> + "(device mismatch %lx != %x\n", st.st_dev, pm->s_dev);
')' lost in format, not a big deal though, can be fixed on top.