diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 06:10:59 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:44:39 -0400 |
commit | b46fe8259ba9a228c27fc4e1eb995377163a6390 (patch) | |
tree | 96441d03340f17ea3a6a0902e4f55909ec8cf3c5 /fs/xfs/xfs_buf.c | |
parent | 0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f (diff) |
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>
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index c8136d097c22..118ce71d00d2 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -304,7 +304,7 @@ _xfs_buf_free_pages( | |||
304 | * Releases the specified buffer. | 304 | * Releases the specified buffer. |
305 | * | 305 | * |
306 | * The modification state of any associated pages is left unchanged. | 306 | * The modification state of any associated pages is left unchanged. |
307 | * The buffer most not be on any hash - use xfs_buf_rele instead for | 307 | * The buffer must not be on any hash - use xfs_buf_rele instead for |
308 | * hashed and refcounted buffers | 308 | * hashed and refcounted buffers |
309 | */ | 309 | */ |
310 | void | 310 | void |