Re: [compile problem] test2-pre5 reiserfs 3.6.9

From: Philipp Thomas (pthomas@suse.de)
Date: Wed Jun 21 2000 - 21:28:44 EST


* Justin (jguyett@andrew.cmu.edu) [20000622 02:24]:

> struct inode {
> ...
> unsigned int i_count;
> ...
> }

> Was atomic_read defined differently in test1-ac18 (the version 3.6.9 was
> diffed against)?

Somewhere in the the ac series i_count changed from unsigned int to
atomic_t. So the reiserfs code had to adapt to this by using atomic_inc and
atomic_read.

If test2 won't make this change, the reiserfs code will have to take out the
atomic_* functions.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE 50 /* number of in core inodes */ #define NPROC 30 /* max number of processes */ -- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:23 EST