Searched hist:"028 ca4db0a6e0be470ae866d1afd63e8740aa3e7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | super.c | diff 028ca4db0a6e0be470ae866d1afd63e8740aa3e7 Thu Mar 21 16:34:38 CDT 2019 Deepa Dinamani <deepa.kernel@gmail.com> fs: ceph: Initialize filesystem timestamp ranges
Fill in the appropriate limits to avoid inconsistencies in the vfs cached inode times when timestamps are outside the permitted range.
According to the disscussion in https://patchwork.kernel.org/patch/8308691/ we agreed to use unsigned 32 bit timestamps on ceph. Update the limits accordingly.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Acked-by: Jeff Layton <jlayton@kernel.org> Cc: zyan@redhat.com Cc: sage@redhat.com Cc: idryomov@gmail.com Cc: ceph-devel@vger.kernel.org
|