Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/overlayfs/file.c between commit: d46b7cd68336 ("ovl: plumb through flush method") from the overlayfs tree and commit: ae7db6c8bc98 ("ovl: remove unneeded ioctls") from the vfs 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/overlayfs/file.c index 6e454a294046,9bd4167cc7fb..000000000000 --- a/fs/overlayfs/file.c +++ b/fs/overlayfs/file.c @@@ -716,11 -590,6 +610,7 @@@ const struct file_operations ovl_file_o .mmap = ovl_mmap, .fallocate = ovl_fallocate, .fadvise = ovl_fadvise, - .unlocked_ioctl = ovl_ioctl, + .flush = ovl_flush, - #ifdef CONFIG_COMPAT - .compat_ioctl = ovl_compat_ioctl, - #endif .splice_read = generic_file_splice_read, .splice_write = iter_file_splice_write,
Attachment:
pgp0jkK7CcYb4.pgp
Description: OpenPGP digital signature