diff options
Diffstat (limited to 'fs/gfs2/ops_file.h')
-rw-r--r-- | fs/gfs2/ops_file.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/gfs2/ops_file.h b/fs/gfs2/ops_file.h index 95123d7bbcdf..3c237bfc143d 100644 --- a/fs/gfs2/ops_file.h +++ b/fs/gfs2/ops_file.h | |||
@@ -10,6 +10,10 @@ | |||
10 | #ifndef __OPS_FILE_DOT_H__ | 10 | #ifndef __OPS_FILE_DOT_H__ |
11 | #define __OPS_FILE_DOT_H__ | 11 | #define __OPS_FILE_DOT_H__ |
12 | 12 | ||
13 | extern int gfs2_internal_read(struct gfs2_inode *ip, | ||
14 | struct file_ra_state *ra_state, | ||
15 | char *buf, loff_t *pos, unsigned size); | ||
16 | |||
13 | extern struct file_operations gfs2_file_fops; | 17 | extern struct file_operations gfs2_file_fops; |
14 | extern struct file_operations gfs2_dir_fops; | 18 | extern struct file_operations gfs2_dir_fops; |
15 | 19 | ||