I think this comment has a small issue. bmv_count is give as input about
how many bmap structures are available. Hope my understanding is
correct.
Signed-off-by Ming Zhang < mingz@xxxxxxxxxxx>
--- fs/xfs/xfs_fs.h.old 2006-04-19 11:52:47.000000000 -0400
+++ fs/xfs/xfs_fs.h 2006-04-19 11:53:52.000000000 -0400
@@ -72,7 +72,7 @@
/*
* Structure for XFS_IOC_GETBMAP.
* On input, fill in bmv_offset and bmv_length of the first structure
- * to indicate the area of interest in the file, and bmv_entry with the
+ * to indicate the area of interest in the file, and bmv_count with the
* number of array elements given. The first structure is updated on
* return to give the offset and length for the next call.
*/
|