fs: introduce f_op->mmap_capabilities for nommu mmap support
[linux-2.6-block.git] / drivers / staging / lustre / lustre / llite / llite_lib.c
index a3367bfb1456a39c9c678bc7877e1e93f4531783..d5b149c5542d2e004330e21052c0c6e289cf2b3c 100644 (file)
@@ -987,7 +987,7 @@ int ll_fill_super(struct super_block *sb, struct vfsmount *mnt)
        if (err)
                goto out_free;
        lsi->lsi_flags |= LSI_BDI_INITIALIZED;
-       lsi->lsi_bdi.capabilities = BDI_CAP_MAP_COPY;
+       lsi->lsi_bdi.capabilities = 0;
        err = ll_bdi_register(&lsi->lsi_bdi);
        if (err)
                goto out_free;