]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gfs2: Update find_metapath comment
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 4 Jun 2018 12:32:44 +0000 (07:32 -0500)
committerBob Peterson <rpeterso@redhat.com>
Mon, 4 Jun 2018 12:32:44 +0000 (07:32 -0500)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/bmap.c

index 0590e93494f7b816c1a61c139503b2c4b0643a41..fcf2f7d166de5d3954a588ffd8a5f8f7e972b04a 100644 (file)
@@ -176,8 +176,8 @@ int gfs2_unstuff_dinode(struct gfs2_inode *ip, struct page *page)
 /**
  * find_metapath - Find path through the metadata tree
  * @sdp: The superblock
- * @mp: The metapath to return the result in
  * @block: The disk block to look up
+ * @mp: The metapath to return the result in
  * @height: The pre-calculated height of the metadata tree
  *
  *   This routine returns a struct metapath structure that defines a path
@@ -188,8 +188,7 @@ int gfs2_unstuff_dinode(struct gfs2_inode *ip, struct page *page)
  *   filesystem with a blocksize of 4096.
  *
  *   find_metapath() would return a struct metapath structure set to:
- *   mp_offset = 101342453, mp_height = 3, mp_list[0] = 0, mp_list[1] = 48,
- *   and mp_list[2] = 165.
+ *   mp_fheight = 3, mp_list[0] = 0, mp_list[1] = 48, and mp_list[2] = 165.
  *
  *   That means that in order to get to the block containing the byte at
  *   offset 101342453, we would load the indirect block pointed to by pointer