Rename tune2fs.c -> ext2.c
authorRichard Jones <rjones@redhat.com>
Thu, 30 Apr 2009 12:02:29 +0000 (13:02 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 30 Apr 2009 12:02:29 +0000 (13:02 +0100)
daemon/Makefile.am
daemon/ext2.c [moved from daemon/tune2fs.c with 100% similarity]

index 1f517c2..1d3f752 100644 (file)
@@ -28,6 +28,7 @@ guestfsd_SOURCES = \
        debug.c \
        devsparts.c \
        dir.c \
+       ext2.c \
        file.c \
        guestfsd.c \
        ls.c \
@@ -38,7 +39,6 @@ guestfsd_SOURCES = \
        stubs.c \
        sync.c \
        tar.c \
-       tune2fs.c \
        upload.c \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c
similarity index 100%
rename from daemon/tune2fs.c
rename to daemon/ext2.c