[OpenAFS] Problem w/ Linux 2.4.7
Derrick J Brashear
shadow@dementia.org
Sun, 5 Aug 2001 14:09:47 -0400 (EDT)
On Sun, 5 Aug 2001, Steven N. Hirsch wrote:
> All,
>
> I'd check the list archives for this, but www.openafs.org has been down
> all weekend.
That was the first report of it; It's now up.
> At any rate, is it possible for the client to work correctly
> with a 2.4.7 Linux kernel? Everything appears to start correctly, but the
> system complains that /afs is not a directory when I attempt to go
> anywhere inside the tree.
In src/afs/LINUX/osi_vfs.h try adding:
struct char_device *i_cdev;
right after the line:
struct block_device *i_bdev;
and before:
unsigned long i_dnotify_mask;
-D