Explicitly declare function name.
Signed-off-by: Changman Lee <[email protected]>
---
fsck/fsck.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/fsck/fsck.h b/fsck/fsck.h
index a8f440c..94808b8 100644
--- a/fsck/fsck.h
+++ b/fsck/fsck.h
@@ -160,5 +160,6 @@ struct dump_option {
extern void sit_dump(struct f2fs_sb_info *sbi, int start_sit, int end_sit);
extern void ssa_dump(struct f2fs_sb_info *sbi, int start_ssa, int end_ssa);
extern int dump_node(struct f2fs_sb_info *sbi, nid_t nid);
+extern int dump_inode_from_blkaddr(struct f2fs_sb_info *sbi, u32 blk_addr);
#endif /* _FSCK_H_ */
--
1.7.10.4
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel