search for: ext3_singledata_trans_block

Displaying 1 result from an estimated 1 matches for "ext3_singledata_trans_block".

2003 Feb 04
0
[PATCH] Fix signed use of i_blocks in ext3 truncate
...p/include/linux/ext3_jbd.h.=K0000=.orig 2003-02-03 19:14:43.000000000 +0000 +++ linux-2.4-tmp/include/linux/ext3_jbd.h 2003-02-03 19:17:35.000000000 +0000 @@ -28,7 +28,7 @@ * indirection blocks, the group and superblock summaries, and the data * block to complete the transaction. */ -#define EXT3_SINGLEDATA_TRANS_BLOCKS 8 +#define EXT3_SINGLEDATA_TRANS_BLOCKS 8U /* Define the minimum size for a transaction which modifies data. This * needs to take into account the fact that we may end up modifying two @@ -52,7 +52,7 @@ * start off at the maximum transaction size and grow the transaction * optimistically...