linux-next: manual merge of the y2038 tree with the net-next tree

From: Stephen Rothwell
Date: Mon Sep 05 2016 - 04:08:57 EST


Hi Arnd,

Today's linux-next merge of the y2038 tree got a conflict in:

fs/afs/main.c

between commit:

e0661dfc5961 ("afs: Need linux/random.h")

from the net-next tree and commit:

549eb7b22e24 ("AFS: Correctly use 64-bit time for UUID")

from the y2038 tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

--
Cheers,
Stephen Rothwell

diff --cc fs/afs/main.c
index 0b187ef3b5b7,129ff432391c..000000000000
--- a/fs/afs/main.c
+++ b/fs/afs/main.c
@@@ -14,7 -14,7 +14,8 @@@
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/sched.h>
+#include <linux/random.h>
+ #include <linux/ktime.h>
#include "internal.h"

MODULE_DESCRIPTION("AFS Client File System");