Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   hannken
Date:           Wed Nov  5 10:18:38 UTC 2003

Modified Files:
        src/sys/nfs: nfs_serv.c
        src/sys/ufs/ext2fs: ext2fs_inode.c
        src/sys/ufs/ffs: ffs_vfsops.c
        src/sys/ufs/ufs: ufs_inode.c ufs_quota.c

Log Message:
Clean up the usage of vn_start_write(). At least one occurence clobbered
previous error conditions.
If "(flags & (V_WAIT|V_PCATCH)) == V_WAIT" the return value is always zero.
Ignore the return value in these cases.

>From Darrin B. Jewell.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.37 -r1.38 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -r1.126 -r1.127 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.41 -r1.42 src/sys/ufs/ufs/ufs_inode.c
cvs rdiff -r1.29 -r1.30 src/sys/ufs/ufs/ufs_quota.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index