From 74a95a993bcb5e68039227579067cae3693ee631 Mon Sep 17 00:00:00 2001 From: cha0smaster Date: Thu, 23 Feb 2006 22:54:55 +0000 Subject: [PATCH] comment ni->{allocated,data}_size --- include/ntfs/inode.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/ntfs/inode.h b/include/ntfs/inode.h index e43f6932..b8bc5a71 100644 --- a/include/ntfs/inode.h +++ b/include/ntfs/inode.h @@ -134,8 +134,13 @@ struct _ntfs_inode { int ref_count; /* Below fields are valid only for base inode. */ - s64 data_size; - s64 allocated_size; + s64 data_size; /* Data size stored in the filename index. */ + s64 allocated_size; /* Allocated size stored in the filename + index. (NOTE: Equal to allocated size of + the unnamed data attribute for normal or + encrypted files and to compressed size + of the unnamed data attribute for sparse or + compressed files.) */ time_t creation_time; time_t last_data_change_time;