projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ea49f
)
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
author
Namhyung Kim
<namhyung@gmail.com>
Fri, 15 Oct 2010 11:03:02 +0000
(20:03 +0900)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/fs/ext3/inode.c
b/fs/ext3/inode.c
index 5e0faf4cda797800713a335f3c6d3d5d64fcd2c2..90a9c3d7dadffd87879eb2caf3950f18a9bee00e 100644
(file)
--- a/
fs/ext3/inode.c
+++ b/
fs/ext3/inode.c
@@
-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);