Bug 41862 — Add label changing for previously supported file systems
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 17 Oct 2011 09:53:39 +0000 (11:53 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 24 Oct 2011 14:37:00 +0000 (16:37 +0200)
commita2b111e34af4ffbb4ab3bac084ead4b1601c6f88
tree8888bd151cc98c7186d1736c22751cf7350bf0f2
parent6eb40b472c9f6caa3e447cb5f1e67f28a631f264
Bug 41862 — Add label changing for previously supported file systems

Add support for label changing on vfat, ntfs, xfs, reiserfs, and nilfs2 file
systems.

Instead of having another huge if-then-else ladder as in udisks1, use a lookup
table _fs_info. For now this contains the commands for label changing and
erasing, but will be extended in the future to contain the commands for
creating and checking file systems.

https://bugs.freedesktop.org/show_bug.cgi?id=41862
src/Makefile.am
src/udiskslinuxfilesystem.c
src/udiskslinuxfsinfo.c [new file with mode: 0644]
src/udiskslinuxfsinfo.h [new file with mode: 0644]