]> Zhao Yanbai Git Server - minix.git/commitdiff
Priority explicitization.
authorBen Gras <ben@minix3.org>
Wed, 14 Dec 2005 12:08:49 +0000 (12:08 +0000)
committerBen Gras <ben@minix3.org>
Wed, 14 Dec 2005 12:08:49 +0000 (12:08 +0000)
servers/fs/cache.c

index df2addf8e393b8449e6e5a86a0b8404fdbb54ed4..3b5bcf36ac2fc859b0a79c5b8329e7f5fd0dd417 100644 (file)
@@ -152,7 +152,7 @@ int block_type;                     /* INODE_BLOCK, DIRECTORY_BLOCK, or whatever */
    * it on the front of the LRU chain where it will be the first one to be
    * taken when a free buffer is needed later.
    */
-  if (bp->b_dev == DEV_RAM || block_type & ONE_SHOT) {
+  if (bp->b_dev == DEV_RAM || (block_type & ONE_SHOT)) {
        /* Block probably won't be needed quickly. Put it on front of chain.
         * It will be the next block to be evicted from the cache.
         */