commit | 950ee9566a5b6cc45d15f5fe044bab4f1e8b62cb | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Sep 10 11:41:12 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 09 00:16:32 2013 -0500 |
tree | 423998e42ff71313d207f9a6f006d81498547280 | |
parent | b7a6ec52dd4eced4a9bcda9ca85b3c8af84d3c90 [diff] |
exportfs: fix 32-bit nfsd handling of 64-bit inode numbers Symptoms were spurious -ENOENTs on stat of an NFS filesystem from a 32-bit NFS server exporting a very large XFS filesystem, when the server's cache is cold (so the inodes in question are not in cache). Reviewed-by: Christoph Hellwig <hch@lst.de> Reported-by: Trevor Cordes <trevor@tecnopolis.ca> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>