* [PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find
@ 2011-09-08 20:18 Chandra Seetharaman
2011-09-19 16:36 ` Alex Elder
0 siblings, 1 reply; 2+ messages in thread
From: Chandra Seetharaman @ 2011-09-08 20:18 UTC (permalink / raw)
To: XFS Mailing List
Fix the incorrect comment in the header of the function _xfs_buf_find()
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
---
fs/xfs/xfs_buf.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index d3c2b58..e3af850 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -415,10 +415,7 @@ _xfs_buf_map_pages(
/*
* Look up, and creates if absent, a lockable buffer for
* a given range of an inode. The buffer is returned
- * locked. If other overlapping buffers exist, they are
- * released before the new buffer is created and locked,
- * which may imply that this call will block until those buffers
- * are unlocked. No I/O is implied by this call.
+ * locked. No I/O is implied by this call.
*/
xfs_buf_t *
_xfs_buf_find(
--
1.7.1
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find
2011-09-08 20:18 [PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find Chandra Seetharaman
@ 2011-09-19 16:36 ` Alex Elder
0 siblings, 0 replies; 2+ messages in thread
From: Alex Elder @ 2011-09-19 16:36 UTC (permalink / raw)
To: sekharan; +Cc: XFS Mailing List
On Thu, 2011-09-08 at 15:18 -0500, Chandra Seetharaman wrote:
> Fix the incorrect comment in the header of the function _xfs_buf_find()
>
> Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Looks good.
Reviewed-by: Alex Elder <aelder@sgi.com>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-19 16:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 20:18 [PATCH] xfs: Fix the incorrect comment in the header of _xfs_buf_find Chandra Seetharaman
2011-09-19 16:36 ` Alex Elder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox