Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671254
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: manual merge of the file-locks tree with the uuid tree |
| Date | 2017-06-21 02:20 +0200 |
| Message-ID | <tUBxg-7al-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jeff,
Today's linux-next merge of the file-locks tree got a conflict in:
include/linux/fs.h
between commit:
85787090a21e ("fs: switch ->s_uuid to uuid_t")
from the uuid tree and commit:
7356fd927059 ("fs: new infrastructure for writeback error handling and reporting")
from the file-locks 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 include/linux/fs.h
index 3e68cabb8457,df30536e2e57..000000000000
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@@ -30,8 -30,7 +30,8 @@@
#include <linux/percpu-rwsem.h>
#include <linux/workqueue.h>
#include <linux/delayed_call.h>
+#include <linux/uuid.h>
-
+ #include <linux/errseq.h>
#include <asm/byteorder.h>
#include <uapi/linux/fs.h>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
linux-next: manual merge of the file-locks tree with the uuid tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-21 02:20 +0200
csiph-web