[PATCH] reiserfs: cleanups
Clean up several places where gcc issues warnings when -W is specified. Thanks to Neil for finding that. Signed-off-by: Vladimir V. Saveliev <vs@namesys.com> Cc: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Hans Reiser <reiser@namesys.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e6a6784627
commit
cd02b966bf
@@ -191,9 +191,7 @@ static void create_virtual_node(struct tree_balance *tb, int h)
|
||||
"vs-8045: create_virtual_node: rdkey %k, affected item==%d (mode==%c) Must be %c",
|
||||
key, vn->vn_affected_item_num,
|
||||
vn->vn_mode, M_DELETE);
|
||||
} else
|
||||
/* we can delete directory item, that has only one directory entry in it */
|
||||
;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user