fs: Remove aop flags parameter from cont_write_begin()
[sfrench/cifs-2.6.git] / fs / fat / inode.c
index bf6051bdf1d1d98ccc0ce64dd720734080f28a94..9b34ccef25012ba9763e467967a580fe85818328 100644 (file)
@@ -232,7 +232,7 @@ static int fat_write_begin(struct file *file, struct address_space *mapping,
        int err;
 
        *pagep = NULL;
-       err = cont_write_begin(file, mapping, pos, len, flags,
+       err = cont_write_begin(file, mapping, pos, len,
                                pagep, fsdata, fat_get_block,
                                &MSDOS_I(mapping->host)->mmu_private);
        if (err < 0)