diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-10-31 15:41:29 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-10-31 15:41:29 +0000 |
| commit | 5bb84bc84b1d1f978dd93aa02acef9936e79abc0 (patch) | |
| tree | fe71f10c01688ab52e9bffd17c7d2ebd7d2c09b4 /sys/fs/udf | |
| parent | 9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff) | |
Notes
Diffstat (limited to 'sys/fs/udf')
| -rw-r--r-- | sys/fs/udf/udf_vfsops.c | 4 | ||||
| -rw-r--r-- | sys/fs/udf/udf_vnops.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index 890be0532c185..5609d1637321a 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.c @@ -99,8 +99,8 @@ #include <fs/udf/udf.h> #include <fs/udf/udf_mount.h> -static MALLOC_DEFINE(M_UDFMOUNT, "UDF mount", "UDF mount structure"); -MALLOC_DEFINE(M_UDFFENTRY, "UDF fentry", "UDF file entry structure"); +static MALLOC_DEFINE(M_UDFMOUNT, "udf_mount", "UDF mount structure"); +MALLOC_DEFINE(M_UDFFENTRY, "udf_fentry", "UDF file entry structure"); struct iconv_functions *udf_iconv = NULL; diff --git a/sys/fs/udf/udf_vnops.c b/sys/fs/udf/udf_vnops.c index cd0dc0715fd5d..5aa356f9dfc62 100644 --- a/sys/fs/udf/udf_vnops.c +++ b/sys/fs/udf/udf_vnops.c @@ -88,8 +88,8 @@ static struct vop_vector udf_vnodeops = { .vop_strategy = udf_strategy, }; -MALLOC_DEFINE(M_UDFFID, "UDF FID", "UDF FileId structure"); -MALLOC_DEFINE(M_UDFDS, "UDF DS", "UDF Dirstream structure"); +MALLOC_DEFINE(M_UDFFID, "udf_fid", "UDF FileId structure"); +MALLOC_DEFINE(M_UDFDS, "udf_ds", "UDF Dirstream structure"); #define UDF_INVALID_BMAP -1 |
