diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-10-15 07:03:02 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-10-27 19:30:04 -0400 |
commit | bfa01dfbe0a02f5ba434221c351f0510c06af392 (patch) | |
tree | 84acf9d55363693b6279c794c74f40f6dad62198 /fs/ext3 | |
parent | b8ea49fa9baff99523aa51e680e76e8ccb5f25f3 (diff) |
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 5e0faf4cda79..90a9c3d7dadf 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
@@ -2530,7 +2530,6 @@ void ext3_truncate(struct inode *inode) | |||
2530 | */ | 2530 | */ |
2531 | } else { | 2531 | } else { |
2532 | /* Shared branch grows from an indirect block */ | 2532 | /* Shared branch grows from an indirect block */ |
2533 | BUFFER_TRACE(partial->bh, "get_write_access"); | ||
2534 | ext3_free_branches(handle, inode, partial->bh, | 2533 | ext3_free_branches(handle, inode, partial->bh, |
2535 | partial->p, | 2534 | partial->p, |
2536 | partial->p+1, (chain+n-1) - partial); | 2535 | partial->p+1, (chain+n-1) - partial); |