All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: y2038@lists.linaro.org,
	Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Subject: [PATCH 0/5] fs: nfsd: Remove time_t
Date: Tue, 27 Oct 2015 09:07:19 -0700	[thread overview]
Message-ID: <cover.1445960986.git.ksenija.stanojevic@gmail.com> (raw)

Replace time_t with u32 in variables boot_time, nfsd4_lease,
nfsd4_grace, dl_time, oo_time.

Changes have not been made to variables that use inode timestamp
or function seconds_since_boot, which aren't y2038 safe.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>

Ksenija Stanojevic (5):
  fs: nfsd: Replace time_t with time64_t in boot_time
  fs: nfsd: Replace time_t with u32 in nfsd4_lease
  fs: nfsd: Replace time_t with u32 in nfsd4_grace
  fs: nfsd: Replace time_t with u32 dl_time
  fs: nfsd: Replace time_t with u32 oo_time

 fs/nfsd/netns.h        |  6 +++---
 fs/nfsd/nfs4callback.c |  2 +-
 fs/nfsd/nfs4recover.c  |  6 +++---
 fs/nfsd/nfs4state.c    | 20 ++++++++++----------
 fs/nfsd/nfsctl.c       |  6 +++---
 fs/nfsd/state.h        |  6 +++---
 6 files changed, 23 insertions(+), 23 deletions(-)

-- 
1.9.1



             reply	other threads:[~2015-10-27 16:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-27 16:07 Ksenija Stanojevic [this message]
2015-10-27 16:08 ` [PATCH 1/5] fs: nfsd: Replace time_t with u32 in boot_time Ksenija Stanojevic
2015-11-04  0:04   ` [Y2038] " Arnd Bergmann
2015-11-04  2:17     ` Ksenija Stanojević
2015-11-04 14:44       ` [Outreachy kernel] " Arnd Bergmann
2015-10-27 16:09 ` [PATCH 2/5] fs: nfsd: Replace time_t with u32 in nfsd4_lease Ksenija Stanojevic
2015-11-04  0:14   ` [Y2038] " Arnd Bergmann
2015-11-10  4:37     ` Ksenija Stanojević
2015-11-10 10:01       ` Arnd Bergmann
2015-10-27 16:10 ` [PATCH 3/5] fs: nfsd: Replace time_t with u32 in nfsd4_grace Ksenija Stanojevic
2015-11-04  0:17   ` [Y2038] " Arnd Bergmann
2015-11-04  2:27     ` Ksenija Stanojević
2015-11-04 13:57       ` Arnd Bergmann
2015-10-27 16:11 ` [PATCH 4/5] fs: nfsd: Replace time_t with u32 dl_time Ksenija Stanojevic
2015-11-04  0:20   ` [Y2038] " Arnd Bergmann
2015-10-27 16:12 ` [PATCH 5/5] fs: nfsd: Replace time_t with u32 oo_time Ksenija Stanojevic
2015-11-04  0:21   ` [Y2038] " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1445960986.git.ksenija.stanojevic@gmail.com \
    --to=ksenija.stanojevic@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=y2038@lists.linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.