mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2] Symlink support for devfs
@ 2015-12-16  9:47 Sascha Hauer
  2015-12-16  9:47 ` [PATCH 1/2] devfs: Add symlink support Sascha Hauer
  2015-12-16  9:47 ` [PATCH 2/2] partition: Create links with partition names Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2015-12-16  9:47 UTC (permalink / raw)
  To: Barebox List

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(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-16  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16  9:47 [PATCH v2] Symlink support for devfs Sascha Hauer
2015-12-16  9:47 ` [PATCH 1/2] devfs: Add symlink support Sascha Hauer
2015-12-16  9:47 ` [PATCH 2/2] partition: Create links with partition names Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox