[PATCH 00/10] more mtd-utils cleanup

Brian Norris computersforpeace at gmail.com
Mon Jun 27 14:27:17 EDT 2011


This series fixes several mtd-utils issues and takes care of a few things
on the feature-removal schedule.

I think patch 9 ("mtdinfo: kill -m option") could use some review, as I
am not the one who formed the original feature removal request.

Thanks,
Brian

Brian Norris (10):
  mtd-tests: checkfs: fix size_t related warning
  mtd-tests: io_paral: build error, "variable length strings"
  mtd-utils: remove whitespace at end of lines
  mtd-utils: update .gitignore files
  mkfs.ubifs: use common.h
  mtd-utils: add common version printing function
  mtd-utils: switch more utils to unified versioning
  mtd-utils: kill flash_info
  mtdinfo: kill -m option
  nanddump: remove unused variable

 .gitignore                               |    5 ++
 Makefile                                 |    2 +-
 device_table.txt                         |    6 +-
 feature-removal-schedule.txt             |   14 ------
 flash_info.c                             |   67 ------------------------------
 include/common.h                         |    6 +++
 include/linux/jffs2.h                    |    2 +-
 jffs2dump.c                              |    2 +-
 lib/libfec.c                             |   14 +++---
 mcast_image.h                            |    4 +-
 mkfs.jffs2.1                             |    6 +-
 mkfs.jffs2.c                             |    6 +-
 mkfs.ubifs/hashtable/hashtable.c         |   14 +++---
 mkfs.ubifs/hashtable/hashtable.h         |   30 +++++++-------
 mkfs.ubifs/hashtable/hashtable_itr.c     |   12 +++---
 mkfs.ubifs/hashtable/hashtable_itr.h     |   12 +++---
 mkfs.ubifs/hashtable/hashtable_private.h |   12 +++---
 mkfs.ubifs/mkfs.ubifs.c                  |   12 ++----
 nanddump.c                               |    3 +-
 nandtest.c                               |   16 ++++----
 rbtree.c                                 |    6 +-
 rbtree.h                                 |    4 +-
 recv_image.c                             |   24 +++++-----
 serve_image.c                            |   30 +++++++-------
 tests/checkfs/.gitignore                 |    2 +
 tests/checkfs/README                     |   26 ++++++------
 tests/checkfs/checkfs.c                  |    2 +-
 tests/fs-tests/integrity/.gitignore      |    1 +
 tests/fs-tests/simple/.gitignore         |    5 ++
 tests/fs-tests/stress/atoms/.gitignore   |   10 ++++
 tests/fs-tests/utils/.gitignore          |    2 +
 tests/jittertest/.gitignore              |    2 +
 tests/jittertest/README                  |   18 ++++----
 tests/jittertest/filljffs2.sh            |    2 +-
 tests/ubi-tests/io_paral.c               |    2 +-
 ubi-utils/dictionary.c                   |    6 +-
 ubi-utils/libiniparser.c                 |    8 ++--
 ubi-utils/mtdinfo.c                      |   30 ++++----------
 ubi-utils/ubiattach.c                    |    5 +-
 ubi-utils/ubicrc32.c                     |    5 +-
 ubi-utils/ubidetach.c                    |    5 +-
 ubi-utils/ubiformat.c                    |    5 +-
 ubi-utils/ubimkvol.c                     |    5 +-
 ubi-utils/ubinfo.c                       |    5 +-
 ubi-utils/ubinize.c                      |    5 +-
 ubi-utils/ubirename.c                    |    1 -
 ubi-utils/ubirmvol.c                     |    5 +-
 ubi-utils/ubirsvol.c                     |    5 +-
 ubi-utils/ubiupdatevol.c                 |    5 +-
 49 files changed, 199 insertions(+), 277 deletions(-)
 delete mode 100644 flash_info.c
 create mode 100644 tests/checkfs/.gitignore
 create mode 100644 tests/fs-tests/integrity/.gitignore
 create mode 100644 tests/fs-tests/simple/.gitignore
 create mode 100644 tests/fs-tests/stress/atoms/.gitignore
 create mode 100644 tests/fs-tests/utils/.gitignore
 create mode 100644 tests/jittertest/.gitignore





More information about the linux-mtd mailing list