]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add prototypes for macro-generated functions
authorAndreas Dilger <adilger@dilger.ca>
Tue, 12 Nov 2013 03:40:40 +0000 (22:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Nov 2013 03:40:40 +0000 (22:40 -0500)
commitb4d8b393caa076d1e3a8127223327adb96168142
tree174f9d3b2eb641986c790e46f0588bace5691b79
parentbef6cdf40660cdfd9c05c85df03edcdfb178cff6
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 <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h