CVS commit: src/sys/fs/union

2010-07-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 2 07:56:46 UTC 2010 Modified Files: src/sys/fs/union: union_vnops.c Log Message: LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/fs/union

2010-06-30 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 30 13:10:35 UTC 2010 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: The directory vnode must be locked before we call VOP_WHITEOUT(). Should fix PR #23986 problem mounting directories. To generate a

CVS commit: src/sys/fs/union

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 10:44:59 UTC 2010 Modified Files: src/sys/fs/union: union_vnops.c Log Message: Return correct value from union_islocked. (XXX: anything asserting LK_SHARED will fail because union doesn't support shared locks) To

<    1   2