Re: [PATCH 22/29] staging: lustre: llite: add LL_IOC_FUTIMES_3

2016-11-06 Thread James Simmons
> On Thu, Oct 27, 2016 at 06:11:56PM -0400, James Simmons wrote: > > From: John L. Hammond > > > > Add a new regular file ioctl LL_IOC_FUTIMES_3 similar to futimes() but > > which allows setting of all three inode timestamps. Use this ioctl > > during HSM restore to ensure that the volatile file

Re: [PATCH 22/29] staging: lustre: llite: add LL_IOC_FUTIMES_3

2016-10-30 Thread Greg Kroah-Hartman
On Thu, Oct 27, 2016 at 06:11:56PM -0400, James Simmons wrote: > From: John L. Hammond > > Add a new regular file ioctl LL_IOC_FUTIMES_3 similar to futimes() but > which allows setting of all three inode timestamps. Use this ioctl > during HSM restore to ensure that the volatile file has the same

[PATCH 22/29] staging: lustre: llite: add LL_IOC_FUTIMES_3

2016-10-27 Thread James Simmons
From: John L. Hammond Add a new regular file ioctl LL_IOC_FUTIMES_3 similar to futimes() but which allows setting of all three inode timestamps. Use this ioctl during HSM restore to ensure that the volatile file has the same timestamps as the file to be restored. Strengthen sanity-hsm test_24a to