dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

more elegant human readable size calculation for Stat #7

Closed radai-rosenblatt closed 10 years ago

radai-rosenblatt commented 10 years ago

as suggested in https://github.com/radai-rosenblatt/jpnfs/commit/20402fc248ed412f4b0525fada7be9faed8c80ca#commitcomment-7695035 (+cast to double to avoid truncation)

kofemann commented 10 years ago

thanks!