diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/buffer_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 33d0ce110034..5f4b675a7bb4 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -210,7 +210,7 @@ int nobh_truncate_page(struct address_space *, loff_t); #define OSYNC_METADATA (1<<0) #define OSYNC_DATA (1<<1) #define OSYNC_INODE (1<<2) -int generic_osync_inode(struct inode *, int); +int generic_osync_inode(struct inode *, struct address_space *, int); /* |
