Skip to content

Commit

Permalink
[JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case.
Browse files Browse the repository at this point in the history
I added an argument to the real function...

Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dwmw2 committed May 22, 2006
1 parent 0d25971 commit 06c6764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jffs2/summary.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb
#define jffs2_sum_add_dirent_mem(a,b,c)
#define jffs2_sum_add_xattr_mem(a,b,c)
#define jffs2_sum_add_xref_mem(a,b,c)
#define jffs2_sum_scan_sumnode(a,b,c,d) (0)
#define jffs2_sum_scan_sumnode(a,b,c,d,e) (0)

#endif /* CONFIG_JFFS2_SUMMARY */

Expand Down

0 comments on commit 06c6764

Please sign in to comment.