diff options
author | J. Bruce Fields <bfields@redhat.com> | 2021-01-29 22:26:29 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-30 19:47:12 +0300 |
commit | 3cc55f4434b421d37300aa9a167ace7d60b45ccf (patch) | |
tree | 636aefebdee4ea18f32c2892d953120b38151694 /Kbuild | |
parent | 02591f9febd5f69bb4c266a4abf899c4cf21964f (diff) | |
download | linux-3cc55f4434b421d37300aa9a167ace7d60b45ccf.tar.xz |
nfs: use change attribute for NFS re-exports
When exporting NFS, we may as well use the real change attribute
returned by the original server instead of faking up a change attribute
from the ctime.
Note we can't do that by setting I_VERSION--that would also turn on the
logic in iversion.h which treats the lower bit specially, and that
doesn't make sense for NFS.
So instead we define a new export operation for filesystems like NFS
that want to manage the change attribute themselves.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions