Commit b46fe825 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers

xfs: fix the comment of xfs_buf_free()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 0471f62e
...@@ -304,7 +304,7 @@ _xfs_buf_free_pages( ...@@ -304,7 +304,7 @@ _xfs_buf_free_pages(
* Releases the specified buffer. * Releases the specified buffer.
* *
* The modification state of any associated pages is left unchanged. * The modification state of any associated pages is left unchanged.
* The buffer most not be on any hash - use xfs_buf_rele instead for * The buffer must not be on any hash - use xfs_buf_rele instead for
* hashed and refcounted buffers * hashed and refcounted buffers
*/ */
void void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment