diff options
Diffstat (limited to 'fs/gfs2/util.h')
-rw-r--r-- | fs/gfs2/util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h index 21466fe9bf43..8d6eba3bdf0a 100644 --- a/fs/gfs2/util.h +++ b/fs/gfs2/util.h | |||
@@ -152,14 +152,6 @@ extern kmem_cache_t *gfs2_glock_cachep; | |||
152 | extern kmem_cache_t *gfs2_inode_cachep; | 152 | extern kmem_cache_t *gfs2_inode_cachep; |
153 | extern kmem_cache_t *gfs2_bufdata_cachep; | 153 | extern kmem_cache_t *gfs2_bufdata_cachep; |
154 | 154 | ||
155 | struct gfs2_user_buffer { | ||
156 | char __user *ub_data; | ||
157 | unsigned int ub_size; | ||
158 | unsigned int ub_count; | ||
159 | }; | ||
160 | |||
161 | int gfs2_add_bh_to_ub(struct gfs2_user_buffer *ub, struct buffer_head *bh); | ||
162 | |||
163 | static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt, | 155 | static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt, |
164 | unsigned int *p) | 156 | unsigned int *p) |
165 | { | 157 | { |