Magnus Jonsson <bigfoot at acc.umu.se> writes: > In my attempts to get arla running on my Linux box running 2.4-test3 > I found that 'struct dentry' member 'd_count' has changed from int > to atomic_t causing xfs_messages.c and xfs_inodeops.c to fail in > compiling. If its a atomic_t you should probably use atomic_read(). Love