OSDN Git Service

lib-fs-resize: add wrappers for open,close,resize,get_resize_constraint
authorJim Meyering <meyering@redhat.com>
Mon, 19 Dec 2011 22:23:52 +0000 (23:23 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 10 Feb 2012 19:05:49 +0000 (20:05 +0100)
commit4792baed9f00107cedd162271a9ef75195c63fe2
tree47ed2dee2129018e835e87dcb29e8076dcb8c3d1
parent485425f356b68cc4b2427a9c6099682fe78b38f2
lib-fs-resize: add wrappers for open,close,resize,get_resize_constraint

* libparted/fs/r/filesys.c: Implement ped_file_system_resize,
ped_file_system_open, ped_file_system_close and
ped_file_system_get_resize_constraint.
* libparted/fs/r/hfs/hfs.c: Give a few functions global scope,
so we can use them from the above.
* libparted/fs/Makefile.am: Use automake's subdir-objects option.
This avoids conflicts with multiple *.o file names
(e.g., fat.o), now that two directories provide that name.
(AM_CFLAGS): Disable $(WERROR_CFLAGS), for now.
libparted/fs/Makefile.am
libparted/fs/r/filesys.c
libparted/fs/r/hfs/hfs.c