Module Name: src Committed By: reinoud Date: Thu Sep 17 10:37:29 UTC 2009
Modified Files: src/sbin/newfs_udf: newfs_udf.c Log Message: Update TODO message; we can format with meta data partitions, only not yet for BD-R, i.e. UDF 2.60. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/newfs_udf/newfs_udf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/newfs_udf/newfs_udf.c diff -u src/sbin/newfs_udf/newfs_udf.c:1.7 src/sbin/newfs_udf/newfs_udf.c:1.8 --- src/sbin/newfs_udf/newfs_udf.c:1.7 Sun Jan 18 00:21:09 2009 +++ src/sbin/newfs_udf/newfs_udf.c Thu Sep 17 10:37:28 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: newfs_udf.c,v 1.7 2009/01/18 00:21:09 lukem Exp $ */ +/* $NetBSD: newfs_udf.c,v 1.8 2009/09/17 10:37:28 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ /* * TODO - * - implement meta data partition formatting. + * - implement metadata formatting for BD-R * - implement support for a read-only companion partition? */