HDFS-15301. statfs function in hdfs-fuse not working. Contributed by Aryan Gupta.(#1980)

(cherry picked from commit 816042e62b)
This commit is contained in:
Aryan Gupta 2020-04-29 09:19:59 +05:30 committed by Mukul Kumar Singh
parent e45faae1d4
commit 08dbe32122
1 changed files with 1 additions and 1 deletions

View File

@ -3409,7 +3409,7 @@ tOffset hdfsGetUsed(hdfsFS fs)
}
fss = (jobject)jVal.l;
jthr = invokeMethod(env, &jVal, INSTANCE, fss, JC_FS_STATUS,
HADOOP_FSSTATUS,"getUsed", "()J");
"getUsed", "()J");
destroyLocalReference(env, fss);
if (jthr) {
errno = printExceptionAndFree(env, jthr, PRINT_EXC_ALL,