Skip to content

Commit

Permalink
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
Browse files Browse the repository at this point in the history
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
namhyung authored and jankara committed Oct 27, 2010
1 parent b8ea49f commit bfa01df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,6 @@ void ext3_truncate(struct inode *inode)
*/
} else {
/* Shared branch grows from an indirect block */
BUFFER_TRACE(partial->bh, "get_write_access");
ext3_free_branches(handle, inode, partial->bh,
partial->p,
partial->p+1, (chain+n-1) - partial);
Expand Down

0 comments on commit bfa01df

Please sign in to comment.