From: Andreas Dilger Date: Tue, 12 Nov 2013 03:40:40 +0000 (-0500) Subject: ext4: add prototypes for macro-generated functions X-Git-Tag: v3.13-rc1~86^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f61c0cc706d5c0beee7af17ffeb706403cf513c;p=pandora-kernel.git ext4: add prototypes for macro-generated functions It isn't very easy to find the declarations for the functions created by EXT4_INODE_BIT_FNS() because the names are generated by macros: ext4_test_inode_flag, ext4_set_inode_flag, ext4_clear_inode_flag ext4_test_inode_state, ext4_set_inode_state, ext4_clear_inode_state Add explicit declarations for these functions so that grep and tags can find them. Signed-off-by: Andreas Dilger Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed