Whamcloud - gitweb
b=7049
authoralex <alex>
Wed, 3 Aug 2005 21:56:47 +0000 (21:56 +0000)
committeralex <alex>
Wed, 3 Aug 2005 21:56:47 +0000 (21:56 +0000)
 - try to unmap buffers from bd-mapping

lustre/lvfs/fsfilt_ext3.c

index 2587271..481a5b7 100644 (file)
@@ -936,7 +936,7 @@ int fsfilt_map_nblocks(struct inode *inode, unsigned long block,
                 for (i = 0; i < num; i++) {
                         if (created[i] == 0)
                                 continue;
-                        //unmap_underlying_metadata(bdev, blocks[i]);
+                        unmap_underlying_metadata(bdev, blocks[i]);
                 }
         }
         return err;