Displaying 1 result from an estimated 1 matches for "ocfs_dbg_tim".
2004 Jun 06
1
[PATCH] use sb_getblk
...: src/buffer_head_io.c
===================================================================
--- src/buffer_head_io.c (revision 1014)
+++ src/buffer_head_io.c (working copy)
@@ -64,7 +64,6 @@
int status = 0;
int i;
struct super_block *sb;
- ocfs_blockdev dev;
struct buffer_head *bh;
#ifdef OCFS_DBG_TIMING
@@ -89,7 +88,6 @@
LOG_TRACE_ARGS ("Getting write for %d blocks\n", nr);
sb = osb->sb;
- dev = OCFS_GET_BLOCKDEV(sb);
/* we don't ever want cached writes -- those should go to the
* journal so we can control when they actually hit disk and
@@ -204,7 +202,6 @@
stru...