diff options
author | robi <robi> | 2011-11-29 17:37:51 +0000 |
---|---|---|
committer | robi <robi> | 2011-11-29 17:37:51 +0000 |
commit | 55fcea964785643e046b2a2eaf5eb29dda65c418 (patch) | |
tree | f9f1742f2aa534b2402ab911e79fe8dd9cc4da97 /src | |
parent | 6a86996d4e56497683dc55c7dc4e2074510d69e3 (diff) |
compiler warning
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel-jbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel-jbd.h b/src/kernel-jbd.h index 331b0e4..650e259 100644 --- a/src/kernel-jbd.h +++ b/src/kernel-jbd.h @@ -832,8 +832,8 @@ extern void journal_brelse_array(struct buffer_head *b[], int n); extern void journal_destroy_revoke(journal_t *); #endif /* __KERNEL__ */ -static inline int tid_gt(tid_t x, tid_t y) EXT2FS_ATTR((unused)); -static inline int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused)); +//static inline int tid_gt(tid_t x, tid_t y) EXT2FS_ATTR((unused)); +//static inline int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused)); /* Comparison functions for transaction IDs: perform comparisons using * modulo arithmetic so that they work over sequence number wraps. */ |