]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
authorNamhyung Kim <namhyung@gmail.com>
Fri, 15 Oct 2010 11:03:02 +0000 (20:03 +0900)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:04 +0000 (01:30 +0200)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/inode.c

index 5e0faf4cda797800713a335f3c6d3d5d64fcd2c2..90a9c3d7dadffd87879eb2caf3950f18a9bee00e 100644 (file)
@@ -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);