HDFS-16291.Make the comment of INode#ReclaimContext more standardized. (#3602)

This commit is contained in:
jianghuazhu 2021-11-04 09:51:11 +08:00 committed by GitHub
parent 359b03c83e
commit 18b2cca74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -994,14 +994,14 @@ public abstract class INode implements INodeAttributes, Diff.Element<byte[]> {
/**
* @param bsps
* block storage policy suite to calculate intended storage type
* usage
* block storage policy suite to calculate intended storage type
* usage
* @param collectedBlocks
* blocks collected from the descents for further block
* deletion/update will be added to the given map.
* blocks collected from the descents for further block
* deletion/update will be added to the given map.
* @param removedINodes
* INodes collected from the descents for further cleaning up of
* @param removedUCFiles
* INodes collected from the descents for further cleaning up of
* @param removedUCFiles INodes whose leases need to be released
*/
public ReclaimContext(
BlockStoragePolicySuite bsps, BlocksMapUpdateInfo collectedBlocks,