Message ID | 20160527121632.GC25272@fieldses.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> I also needed the following. I just found out five mintues ago that the push last night failed because I forgot the -f. :-( *Now* it'll pull and work. > But... the resulting kernel isn't booting succesfully for me. Not sure > what's up there, I'll investigate some more. Thank you *so much* for the help, but do get the latest. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
> But... the resulting kernel isn't booting succesfully for me. Not sure > what's up there, I'll investigate some more. On a 32-bit machine, a listing of /proc shows self, but stat /proc/self returns ENOENT. Very odd, am investigating. Thank you again for catching things I managed to miss, I've since found several glitches. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, May 27, 2016 at 08:20:22AM -0400, George Spelvin wrote: > > I also needed the following. > > I just found out five mintues ago that the push last night failed > because I forgot the -f. :-( *Now* it'll pull and work. > > > But... the resulting kernel isn't booting succesfully for me. Not sure > > what's up there, I'll investigate some more. > > Thank you *so much* for the help, but do get the latest. I don't see yet what the problem is, but I can tell you that as of 95d5dfa805a6344e69ef41f56bb4955269079ec7 "fs/namei.c: Improve dcache hash function" my (Fedora 21 x86_64) VM no longer starts up reliably.... --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/linux/hash.h b/include/linux/hash.h index 1afde47..21b8ebc 100644 --- a/include/linux/hash.h +++ b/include/linux/hash.h @@ -15,6 +15,7 @@ */ #include <asm/types.h> +#include <linux/bug.h> #include <linux/compiler.h> /* 2^31 + 2^29 - 2^25 + 2^22 - 2^19 - 2^16 + 1 */