linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the file-locks tree with the fuse tree
@ 2023-01-27  0:26 Stephen Rothwell
  2023-02-21  0:46 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2023-01-27  0:26 UTC (permalink / raw)
  To: Jeff Layton, Miklos Szeredi
  Cc: Eric W. Biederman, Linux Kernel Mailing List,
	Linux Next Mailing List, Miklos Szeredi, Tycho Andersen

[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]

Hi all,

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

  fs/fuse/file.c

between commit:

  5a8bee63b10f ("fuse: in fuse_flush only wait if someone wants the return code")

from the fuse tree and commit:

  5970e15dbcfe ("filelock: move file locking definitions to separate header file")

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 fs/fuse/file.c
index 5a98cf915bd3,1458412f2492..000000000000
--- a/fs/fuse/file.c
+++ b/fs/fuse/file.c
@@@ -18,7 -18,7 +18,8 @@@
  #include <linux/falloc.h>
  #include <linux/uio.h>
  #include <linux/fs.h>
 +#include <linux/file.h>
+ #include <linux/filelock.h>
  
  static int fuse_send_open(struct fuse_mount *fm, u64 nodeid,
  			  unsigned int open_flags, int opcode,

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: manual merge of the file-locks tree with the fuse tree
  2023-01-27  0:26 linux-next: manual merge of the file-locks tree with the fuse tree Stephen Rothwell
@ 2023-02-21  0:46 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2023-02-21  0:46 UTC (permalink / raw)
  To: Miklos Szeredi
  Cc: Jeff Layton, Eric W. Biederman, Linux Kernel Mailing List,
	Linux Next Mailing List, Miklos Szeredi, Tycho Andersen

[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]

Hi all,

On Fri, 27 Jan 2023 11:26:40 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the file-locks tree got a conflict in:
> 
>   fs/fuse/file.c
> 
> between commit:
> 
>   5a8bee63b10f ("fuse: in fuse_flush only wait if someone wants the return code")
> 
> from the fuse tree and commit:
> 
>   5970e15dbcfe ("filelock: move file locking definitions to separate header file")
> 
> 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 fs/fuse/file.c
> index 5a98cf915bd3,1458412f2492..000000000000
> --- a/fs/fuse/file.c
> +++ b/fs/fuse/file.c
> @@@ -18,7 -18,7 +18,8 @@@
>   #include <linux/falloc.h>
>   #include <linux/uio.h>
>   #include <linux/fs.h>
>  +#include <linux/file.h>
> + #include <linux/filelock.h>
>   
>   static int fuse_send_open(struct fuse_mount *fm, u64 nodeid,
>   			  unsigned int open_flags, int opcode,

This is now a conflict between the fuse tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-21  0:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27  0:26 linux-next: manual merge of the file-locks tree with the fuse tree Stephen Rothwell
2023-02-21  0:46 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).