[PATCH v2] Symlink support for devfs

Sascha Hauer s.hauer at pengutronix.de
Wed Dec 16 01:47:20 PST 2015


This adds symlink support for devfs and uses it to create named
partition aliases.

Changes since v1:

- Put links to a cdev onto a list on that cdev to be able to show them
  in devinfo output

----------------------------------------------------------------
Sascha Hauer (2):
      devfs: Add symlink support
      partition: Create links with partition names

 commands/devinfo.c  |  7 +++--
 common/partitions.c | 20 +++++---------
 fs/devfs-core.c     | 76 ++++++++++++++++++++++++++++++++++++++++++++---------
 fs/devfs.c          | 27 ++++++++++++++++++-
 include/driver.h    |  5 ++++
 5 files changed, 106 insertions(+), 29 deletions(-)



More information about the barebox mailing list