diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
commit | c9c06167e7933d93a6e396174c68abf242294abb (patch) | |
tree | d9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /fs/qnx4 | |
parent | f79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff) |
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'fs/qnx4')
-rw-r--r-- | fs/qnx4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c index 78dbc34f0..45a945209 100644 --- a/fs/qnx4/inode.c +++ b/fs/qnx4/inode.c @@ -415,7 +415,7 @@ static void qnx4_put_super(struct super_block *sb) return; } -static int qnx4_writepage(struct file *file, struct page *page) +static int qnx4_writepage(struct page *page) { return block_write_full_page(page,qnx4_get_block); } |