[OpenAFS] Strange Behavior of Openafs-1.1.1
Derrick J Brashear
shadow@dementia.org
Wed, 8 Aug 2001 01:35:39 -0400 (EDT)
On Tue, 7 Aug 2001, Derrick J Brashear wrote:
> > struct address_space {
> > @@ -432,6 +442,7 @@ struct inode {
> > unsigned long i_blocks;
> > unsigned long i_version;
> > struct semaphore i_sem;
> > + struct rw_semaphore i_truncate_sem;
> > struct semaphore i_zombie;
> > struct inode_operations *i_op;
> > struct file_operations *i_fop; /* former ->i_op->default_file_ops */
> struct inode is, making
> i_truncate_sem
> relevant
>
> i will do the necessary work
it is in CVS and will be in the next release. it should make the nightly
snapshot, if you care.
-D