1. 26 Feb, 2016 1 commit
    • Arnd Bergmann's avatar
      orangefs: avoid time conversion function · be81ce48
      Arnd Bergmann authored
      The new orangefs code uses a helper function to read a time field to
      its private structures from struct iattr. This will conflict with the
      move to 64-bit timestamps in the kernel and is generally not necessary.
      
      This replaces the conversion with a simple cast to time64_t that shows
      what is going on. As the orangefs-internal representation already uses
      64-bit timestamps, there should be no ambiguity to negative values,
      and the cast ensures that we treat them as times before 1970 on both
      32-bit and 64-bit architectures, rather than times after 2038. This
      patch keeps that behavior.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
      be81ce48
  2. 24 Feb, 2016 8 commits
  3. 19 Feb, 2016 15 commits
  4. 12 Feb, 2016 4 commits
  5. 04 Feb, 2016 6 commits
  6. 28 Jan, 2016 2 commits
  7. 23 Jan, 2016 4 commits