Whamcloud - gitweb
- Call fdatasync before brw_kiovec in the filter write path (part of 2366 fix)
authorphil <phil>
Mon, 26 Jan 2004 03:10:59 +0000 (03:10 +0000)
committerphil <phil>
Mon, 26 Jan 2004 03:10:59 +0000 (03:10 +0000)
- Fix an incorrect LVB cdebug

lustre/obdfilter/filter_lvb.c

index c8b6b8f..3c35d4b 100644 (file)
@@ -173,7 +173,7 @@ static int filter_lvbo_update(struct ldlm_resource *res, struct lustre_msg *m,
                res->lr_name.name[0], lvb->lvb_size, dentry->d_inode->i_size);
         lvb->lvb_size = dentry->d_inode->i_size;
         CDEBUG(D_DLMTRACE, "res: "LPU64" updating lvb time: "LPU64" -> "LPU64,
-               res->lr_name.name[0], lvb->lvb_size,
+               res->lr_name.name[0], lvb->lvb_time,
                (__u64)LTIME_S(dentry->d_inode->i_mtime));
         lvb->lvb_time = LTIME_S(dentry->d_inode->i_mtime);