[Ocfs2-devel] mkfs patch for creating filesystem with quota files

tristan.ye tristan.ye at oracle.com
Sun Oct 26 23:55:15 PDT 2008


Jan,

For tools patch,found something unhappy:(

diff --git a/libocfs2/Makefile b/libocfs2/Makefile
index 446c8b4..18cf2ee 100644
--- a/libocfs2/Makefile
+++ b/libocfs2/Makefile
@@ -72,6 +72,7 @@ CFILES = 		\
 	lockid.c	\
 	backup_super.c	\
 	feature_string.c\
+	quota.c		\
 	image.c
 
Here,you did add a entry for quota.c in libocfs2's Makefile,while the
file you wanna add can not be found through the whole patch.

So after applying the patch on latest ocfs2-tools.git,we can not have it
compiled successfully at all.

I guess you may be forgetting to generate the patch for newly added
quota.c file.


Thanks and regards,

Tristan.



On Sat, 2008-10-25 at 00:10 +0200, Jan Kara wrote:
> Hello,
> 
>   attached is a patch which implements necessary support for
> mkfs so that quota files can be created.
> 							Honza




More information about the Ocfs2-devel mailing list