Skip to content

Commit 1b764a0

Browse files
author
Colin Patrick Mccabe
committed
HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe)
1 parent 40b2569 commit 1b764a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@ Release 2.8.0 - UNRELEASED
676676

677677
HDFS-8546. Use try with resources in DataStorage and Storage. (wang)
678678

679+
HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison
680+
via Colin P. McCabe)
681+
679682
OPTIMIZATIONS
680683

681684
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than

hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/fuse_impls_open.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
#include <stdio.h>
2525
#include <stdlib.h>
2626

27-
static int get_hdfs_open_flags_from_info(hdfsFS fs, const char *path,
28-
int flags, int *outflags, const hdfsFileInfo *info);
29-
3027
/**
3128
* Given a set of FUSE flags, determine the libhdfs flags we need.
3229
*
@@ -47,7 +44,6 @@ static int get_hdfs_open_flags_from_info(hdfsFS fs, const char *path,
4744
*/
4845
static int64_t get_hdfs_open_flags(hdfsFS fs, const char *path, int flags)
4946
{
50-
int hasContent;
5147
int64_t ret;
5248
hdfsFileInfo *info;
5349

0 commit comments

Comments
 (0)