]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Merge branch 'maint'
authorTheodore Ts'o <tytso@mit.edu>
Sun, 30 Mar 2008 18:03:51 +0000 (14:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 30 Mar 2008 18:03:51 +0000 (14:03 -0400)
1  2 
debugfs/util.c
e2fsck/e2fsck.8.in
e2fsck/unix.c
misc/fsck.c
misc/mke2fs.8.in
misc/tune2fs.8.in
misc/tune2fs.c

diff --cc debugfs/util.c
Simple merge
Simple merge
diff --cc e2fsck/unix.c
index 7b662e49919057a8a4d2a3021847bb78d4842354,d3a8a2b69b31e7b17b89f3f335ad6c3ace3cdbe3..deec4425887c7df280e1cc121a3fc5c77cb66c2d
@@@ -732,8 -737,22 +736,8 @@@ static errcode_t PRS(int argc, char *ar
                        break;
  #endif
                case 'N':
-                       ctx->device_name = optarg;
+                       ctx->device_name = string_copy(ctx, optarg, 0);
                        break;
 -#ifdef ENABLE_SWAPFS
 -              case 's':
 -                      normalize_swapfs = 1;
 -              case 'S':
 -                      swapfs = 1;
 -                      break;
 -#else
 -              case 's':
 -              case 'S':
 -                      fprintf(stderr, _("Byte-swapping filesystems "
 -                                        "not compiled in this version "
 -                                        "of e2fsck\n"));
 -                      exit(1);
 -#endif
                case 'k':
                        keep_bad_blocks++;
                        break;
diff --cc misc/fsck.c
Simple merge
Simple merge
Simple merge
diff --cc misc/tune2fs.c
Simple merge