Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/udf Growing the metadata partition is not yet impleme...
details: https://anonhg.NetBSD.org/src/rev/dad00f7ada06
branches: trunk
changeset: 759975:dad00f7ada06
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Dec 22 12:15:02 2010 +0000
description:
Growing the metadata partition is not yet implemented. Be so kind to report
this as unimplemented when the debug flag asks for it!
diffstat:
sys/fs/udf/udf_allocation.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r fd1aa0b43b3d -r dad00f7ada06 sys/fs/udf/udf_allocation.c
--- a/sys/fs/udf/udf_allocation.c Wed Dec 22 09:42:53 2010 +0000
+++ b/sys/fs/udf/udf_allocation.c Wed Dec 22 12:15:02 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_allocation.c,v 1.29 2010/02/26 09:57:39 reinoud Exp $ */
+/* $NetBSD: udf_allocation.c,v 1.30 2010/12/22 12:15:02 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.29 2010/02/26 09:57:39 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.30 2010/12/22 12:15:02 reinoud Exp $");
#endif /* not lint */
@@ -1608,6 +1608,7 @@
/* try to grow the meta partition */
DPRINTF(RESERVE, ("\ttrying to grow the meta partition\n"));
/* as per [UDF 2.60/2.2.13.5] : extend bitmap and metadata file(s) */
+ DPRINTF(NOTIMPL, ("\tgrowing meta partition not implemented yet\n"));
} else {
/* try to shrink the metadata partition */
DPRINTF(RESERVE, ("\ttrying to shrink the meta partition\n"));
Home |
Main Index |
Thread Index |
Old Index