Skip to content

Commit

Permalink
HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Bur…
Browse files Browse the repository at this point in the history
…lison via Colin P. McCabe)
  • Loading branch information
Colin Patrick Mccabe committed Jun 26, 2015
1 parent 40b2569 commit 1b764a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,9 @@ Release 2.8.0 - UNRELEASED

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

HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison
via Colin P. McCabe)

OPTIMIZATIONS

HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include <stdio.h>
#include <stdlib.h>

static int get_hdfs_open_flags_from_info(hdfsFS fs, const char *path,
int flags, int *outflags, const hdfsFileInfo *info);

/**
* Given a set of FUSE flags, determine the libhdfs flags we need.
*
Expand All @@ -47,7 +44,6 @@ static int get_hdfs_open_flags_from_info(hdfsFS fs, const char *path,
*/
static int64_t get_hdfs_open_flags(hdfsFS fs, const char *path, int flags)
{
int hasContent;
int64_t ret;
hdfsFileInfo *info;

Expand Down

0 comments on commit 1b764a0

Please sign in to comment.