commit | c645a883df34ee10b884ec921e850def54b7f461 | [log] [tgz] |
---|---|---|
author | NeilBrown <[email protected]> | Thu Sep 02 11:15:29 2021 +1000 |
committer | J. Bruce Fields <[email protected]> | Sat Oct 02 15:51:10 2021 -0400 |
tree | b86fc3112f68b75cbf6c16e9ce0c7f31b6d4bead | |
parent | ef5825e3cf0d0af657f5fb4dd86d750ed42fee0a [diff] |
NFSD: drop support for ancient filehandles Filehandles not in the "new" or "version 1" format have not been handed out for new mounts since Linux 2.4 which was released 20 years ago. I think it is safe to say that no such file handles are still in use, and that we can drop support for them. Signed-off-by: NeilBrown <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>