fs: Remove aop flags parameter from cont_write_begin()
[linux-2.6-block.git] / fs / hpfs / file.c
index 99493a23c5d0c2ecfb48697d756a28fb2177fea9..8740b4ea0b52c50857577126728eac584965ebe9 100644 (file)
@@ -200,7 +200,7 @@ static int hpfs_write_begin(struct file *file, struct address_space *mapping,
        int ret;
 
        *pagep = NULL;
-       ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
+       ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
                                hpfs_get_block,
                                &hpfs_i(mapping->host)->mmu_private);
        if (unlikely(ret))