You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ms...@apache.org on 2020/04/29 03:50:11 UTC

[hadoop] branch trunk updated: HDFS-15301. statfs function in hdfs-fuse not working. Contributed by Aryan Gupta.(#1980)

This is an automated email from the ASF dual-hosted git repository.

msingh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 816042e  HDFS-15301. statfs function in hdfs-fuse not working. Contributed by Aryan Gupta.(#1980)
816042e is described below

commit 816042e62bf472a58d9f6dbce1123e9af6d06fb0
Author: Aryan Gupta <44...@users.noreply.github.com>
AuthorDate: Wed Apr 29 09:19:59 2020 +0530

    HDFS-15301. statfs function in hdfs-fuse not working. Contributed by Aryan Gupta.(#1980)
---
 .../hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c
index 22020867..840e5b2 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c
+++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c
@@ -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,


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org