[Should have included this in my earlier mail, sorry.]


In addition to bad cookies, I also see the following messages very 
frequently:

        NFS append race @0:954

They're issued in nfs/nfs_bio.c:


             /*
              * If dirtyend exceeds file size, chop it down.  This should
              * not normally occur but there is an append race where it
              * might occur XXX, so we log it.
              *
              * If the chopping creates a reverse-indexed or degenerate
              * situation with dirtyoff/end, we 0 both of them.
              */

              if (bp->b_dirtyend > bcount) {
                      printf("NFS append race @%lx:%d\n",
                          (long)bp->b_blkno * DEV_BSIZE,
                          bp->b_dirtyend - bcount);
                      bp->b_dirtyend = bcount;
              }

Any idea what these are about?

Lars
-- 
Lars Eggert <[EMAIL PROTECTED]>               Information Sciences Institute
http://www.isi.edu/larse/              University of Southern California


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to