linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the y2038 tree with the ceph tree
@ 2018-06-06 10:15 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2018-06-06 10:15 UTC (permalink / raw)
  To: Arnd Bergmann, Sage Weil
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Ilya Dryomov,
	Deepa Dinamani

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

Hi all,

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

  fs/ceph/addr.c

between commit:

  c843d13caefa ("libceph: make abort_on_full a per-osdc setting")

from the ceph tree and commit:

  213ae530f442 ("vfs: change inode times to use struct timespec64")

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/ceph/addr.c
index ca0d5510ed50,0133ea2b784a..000000000000
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@@ -1934,7 -1936,8 +1936,7 @@@ static int __ceph_pool_perm_get(struct 
  				     0, false, true);
  	err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false);
  
- 	wr_req->r_mtime = ci->vfs_inode.i_mtime;
+ 	wr_req->r_mtime = timespec64_to_timespec(ci->vfs_inode.i_mtime);
 -	wr_req->r_abort_on_full = true;
  	err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false);
  
  	if (!err)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-06 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 10:15 linux-next: manual merge of the y2038 tree with the ceph tree 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).