Haohui Mai created HDFS-7356:
--------------------------------
Summary: Use DirectoryListing.hasMore() directly in nfs
Key: HDFS-7356
URL: https://issues.apache.org/jira/browse/HDFS-7356
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Haohui Mai
Priority: Minor
In NFS the following code path can be simplified using
{{DirectoryListing.hasMore()}}:
{code}
boolean eof = (n < fstatus.length) ? false : (dlisting
.getRemainingEntries() == 0);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)