X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_txnmgr.c;h=12e9ccffb49bfe7d6fcb8f6bc47cff8facc9b0c0;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=6a20dbdb0ae2ee2ac97fedeba2cba3b5dfd00683;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c index 6a20dbdb0..12e9ccffb 100644 --- a/fs/jfs/jfs_txnmgr.c +++ b/fs/jfs/jfs_txnmgr.c @@ -80,7 +80,7 @@ static struct { int jfs_tlocks_low; /* Indicates low number of available tlocks */ #ifdef CONFIG_JFS_STATISTICS -static struct { +struct { uint txBegin; uint txBegin_barrier; uint txBegin_lockslow; @@ -152,7 +152,7 @@ static inline void TXN_SLEEP_DROP_LOCK(wait_queue_head_t * event) /* * statistics */ -static struct { +struct { tid_t maxtid; /* 4: biggest tid ever used */ lid_t maxlid; /* 4: biggest lid ever used */ int ntid; /* 4: # of transactions performed */