VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / fs / isofs / compress.c
index 8877508..877b4e4 100644 (file)
@@ -114,7 +114,7 @@ static int zisofs_readpage(struct file *file, struct page *page)
        blockendptr = blockptr + 4;
 
        indexblocks = ((blockptr^blockendptr) >> bufshift) ? 2 : 1;
-       ptrbh[0] = ptrbh[1] = 0;
+       ptrbh[0] = ptrbh[1] = NULL;
 
        if ( isofs_get_blocks(inode, blockptr >> bufshift, ptrbh, indexblocks) != indexblocks ) {
                if ( ptrbh[0] ) brelse(ptrbh[0]);