diff options
-rw-r--r-- | fs/gfs2/file.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 606525215acc..6ab0cfb2e891 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c | |||
@@ -203,9 +203,9 @@ void gfs2_set_inode_flags(struct inode *inode) | |||
203 | GFS2_DIF_INHERIT_JDATA) | 203 | GFS2_DIF_INHERIT_JDATA) |
204 | 204 | ||
205 | /** | 205 | /** |
206 | * gfs2_set_flags - set flags on an inode | 206 | * do_gfs2_set_flags - set flags on an inode |
207 | * @inode: The inode | 207 | * @filp: file pointer |
208 | * @flags: The flags to set | 208 | * @reqflags: The flags to set |
209 | * @mask: Indicates which flags are valid | 209 | * @mask: Indicates which flags are valid |
210 | * | 210 | * |
211 | */ | 211 | */ |
@@ -318,7 +318,7 @@ static long gfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
318 | 318 | ||
319 | /** | 319 | /** |
320 | * gfs2_size_hint - Give a hint to the size of a write request | 320 | * gfs2_size_hint - Give a hint to the size of a write request |
321 | * @file: The struct file | 321 | * @filep: The struct file |
322 | * @offset: The file offset of the write | 322 | * @offset: The file offset of the write |
323 | * @size: The length of the write | 323 | * @size: The length of the write |
324 | * | 324 | * |
@@ -371,7 +371,7 @@ static int gfs2_allocate_page_backing(struct page *page) | |||
371 | /** | 371 | /** |
372 | * gfs2_page_mkwrite - Make a shared, mmap()ed, page writable | 372 | * gfs2_page_mkwrite - Make a shared, mmap()ed, page writable |
373 | * @vma: The virtual memory area | 373 | * @vma: The virtual memory area |
374 | * @page: The page which is about to become writable | 374 | * @vmf: The virtual memory fault containing the page to become writable |
375 | * | 375 | * |
376 | * When the page becomes writable, we need to ensure that we have | 376 | * When the page becomes writable, we need to ensure that we have |
377 | * blocks allocated on disk to back that page. | 377 | * blocks allocated on disk to back that page. |