]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Merge branch 'maint' into next
authorTheodore Ts'o <tytso@mit.edu>
Fri, 2 Mar 2018 23:25:41 +0000 (18:25 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 2 Mar 2018 23:25:41 +0000 (18:25 -0500)
1  2 
.gitignore
e2fsck/e2fsck.h
lib/blkid/list.h
misc/e2freefrag.c

diff --cc .gitignore
Simple merge
diff --cc e2fsck/e2fsck.h
Simple merge
Simple merge
index c5aeab9dfb67fedf2b642e6d14e795eba828a0a0,4df6903df2755deb41a567498ea9cb75f9b6f0bd..09fae5c2a64497d97e9896ac3c1260132dfef8eb
@@@ -37,13 -30,10 +37,17 @@@ extern int optind
  #include "ext2fs/ext2fs.h"
  #include "e2freefrag.h"
  
 +#if defined(HAVE_EXT2_IOCTLS) && !defined(DEBUGFS)
 +# ifdef HAVE_LINUX_FSMAP_H
 +#  include <linux/fsmap.h>
 +# endif
 +# include "fsmap.h"
 +#endif
 +
+ #ifndef PATH_MAX
+ #define PATH_MAX 4096
+ #endif
  static void usage(const char *prog)
  {
        fprintf(stderr, "usage: %s [-c chunksize in kb] [-h] "