xfs: fix the comment of xfs_buf_free()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
parent
0471f62e38
commit
b46fe8259b
|
@ -304,7 +304,7 @@ _xfs_buf_free_pages(
|
|||
* Releases the specified buffer.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue