* [PATCH] xfs: fix xfs_itruncate_start tracing
@ 2011-04-07 6:21 Dave Chinner
2011-04-11 18:29 ` Christoph Hellwig
2011-04-13 20:08 ` Alex Elder
0 siblings, 2 replies; 3+ messages in thread
From: Dave Chinner @ 2011-04-07 6:21 UTC (permalink / raw)
To: xfs
From: Dave Chinner <dchinner@redhat.com>
Variables are ordered incorrectly in trace call.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
fs/xfs/xfs_inode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 742c833..c785a55 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -1354,7 +1354,7 @@ xfs_itruncate_start(
return 0;
}
last_byte = xfs_file_last_byte(ip);
- trace_xfs_itruncate_start(ip, flags, new_size, toss_start, last_byte);
+ trace_xfs_itruncate_start(ip, new_size, flags, toss_start, last_byte);
if (last_byte > toss_start) {
if (flags & XFS_ITRUNC_DEFINITE) {
xfs_tosspages(ip, toss_start,
--
1.7.2.3
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: fix xfs_itruncate_start tracing
2011-04-07 6:21 [PATCH] xfs: fix xfs_itruncate_start tracing Dave Chinner
@ 2011-04-11 18:29 ` Christoph Hellwig
2011-04-13 20:08 ` Alex Elder
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2011-04-11 18:29 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs
On Thu, Apr 07, 2011 at 04:21:02PM +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
>
> Variables are ordered incorrectly in trace call.
>
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: fix xfs_itruncate_start tracing
2011-04-07 6:21 [PATCH] xfs: fix xfs_itruncate_start tracing Dave Chinner
2011-04-11 18:29 ` Christoph Hellwig
@ 2011-04-13 20:08 ` Alex Elder
1 sibling, 0 replies; 3+ messages in thread
From: Alex Elder @ 2011-04-13 20:08 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs
On Thu, 2011-04-07 at 16:21 +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
>
> Variables are ordered incorrectly in trace call.
>
> Signed-off-by: Dave Chinner <dchinner@redhat.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] 3+ messages in thread
end of thread, other threads:[~2011-04-13 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 6:21 [PATCH] xfs: fix xfs_itruncate_start tracing Dave Chinner
2011-04-11 18:29 ` Christoph Hellwig
2011-04-13 20:08 ` Alex Elder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox