diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
| -rw-r--r-- | include/linux/reiserfs_fs.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index e276c5ba2bb7..7d51149bd793 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
| @@ -1971,22 +1971,6 @@ extern struct file_operations reiserfs_file_operations; | |||
| 1971 | extern struct address_space_operations reiserfs_address_space_operations; | 1971 | extern struct address_space_operations reiserfs_address_space_operations; |
| 1972 | 1972 | ||
| 1973 | /* fix_nodes.c */ | 1973 | /* fix_nodes.c */ |
| 1974 | #ifdef CONFIG_REISERFS_CHECK | ||
| 1975 | void *reiserfs_kmalloc(size_t size, gfp_t flags, struct super_block *s); | ||
| 1976 | void reiserfs_kfree(const void *vp, size_t size, struct super_block *s); | ||
| 1977 | #else | ||
| 1978 | static inline void *reiserfs_kmalloc(size_t size, int flags, | ||
| 1979 | struct super_block *s) | ||
| 1980 | { | ||
| 1981 | return kmalloc(size, flags); | ||
| 1982 | } | ||
| 1983 | |||
| 1984 | static inline void reiserfs_kfree(const void *vp, size_t size, | ||
| 1985 | struct super_block *s) | ||
| 1986 | { | ||
| 1987 | kfree(vp); | ||
| 1988 | } | ||
| 1989 | #endif | ||
| 1990 | 1974 | ||
| 1991 | int fix_nodes(int n_op_mode, struct tree_balance *p_s_tb, | 1975 | int fix_nodes(int n_op_mode, struct tree_balance *p_s_tb, |
| 1992 | struct item_head *p_s_ins_ih, const void *); | 1976 | struct item_head *p_s_ins_ih, const void *); |
