xfs
[Top] [All Lists]

[PATCH] trivial comment typo

To: xfs <linux-xfs@xxxxxxxxxxx>
Subject: [PATCH] trivial comment typo
From: Ming Zhang <mingz@xxxxxxxxxxx>
Date: Wed, 19 Apr 2006 11:58:57 -0400
Reply-to: mingz@xxxxxxxxxxx
Sender: linux-xfs-bounce@xxxxxxxxxxx
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.
  */



<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] trivial comment typo, Ming Zhang <=