search for: do_unlock

Displaying 10 results from an estimated 10 matches for "do_unlock".

2004 Feb 12
3
More Info: Mac permission problems after Debian update
...0:07:40, 4] smbd/uid.c:change_to_user(119) change_to_user: Skipping user change - already user [2004/02/12 00:07:40, 10] smbd/reply.c:reply_lockingX(4707) reply_lockingX: unlock start=0, len=4294967295 for pid 1, file mp3/bar/._dilbert030923.gif [2004/02/12 00:07:40, 10] locking/locking.c:do_unlock(197) do_unlock: unlock start=0 len=4294967295 requested for file mp3/bar/._dilbert030923.gif [2004/02/12 00:07:40, 10] locking/brlock.c:brl_unlock(432) brl_unlock: tdb_fetch failed ! [2004/02/12 00:07:40, 10] locking/locking.c:do_unlock(209) do_unlock: returning ERRlock. [2004/02/12 00:07:40,...
2010 Jan 29
0
[PATCH 3/3] ocfs2:freeze-thaw: make it work -v2
...-3891,10 +3891,123 @@ void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) ocfs2_cluster_unlock(osb, lockres, level); } +/* + * This is only ever run on behalf of another node. + */ +void ocfs2_freeze_worker(struct work_struct *work) +{ + struct super_block *sb; + int ret, do_unlock = 0; + struct ocfs2_super *osb = container_of(work, struct ocfs2_super, + osb_freeze_work); + + mlog(0, "flags=0x%lx, frozen=%d\n", osb->osb_flags, osb->sb->s_frozen); + + /* If umount is in progress, wait it to complete. */ + ret = ocfs2_test_osb_flag(osb, OCFS2_OSB_U...
2004 Apr 20
0
samba locking problem
...ge_to_user(122) change_to_user: Skipping user change - already user [2004/03/02 15:03:56, 10] smbd/reply.c:reply_lockingX(4129) reply_lockingX: unlock start=2147483560, len=1 for pid 65279, file cfenton/Butzlaff/Wettbewerb Stifterverband/Marketing.doc [2004/03/02 15:03:56, 10] locking/locking.c:do_unlock(219) do_unlock: unlock start=2147483560 len=1 requested for file cfenton/Butzlaff/Wettbewerb Stifterverband/Marketing.doc [2004/03/02 15:03:56, 5] locking/posix.c:release_posix_lock(1108) release_posix_lock: File cfenton/Butzlaff/Wettbewerb Stifterverband/Marketing.doc, offset = 2147483560, cou...
2006 Aug 18
1
release_posix_lock: unable to find entry to delete with Samba3.0.23b on Redhat ES4
...bin/smbd(log_stack_trace+0x1a) [0x552acab33c] #1 /opt/samba/sbin/smbd(smb_panic+0x69) [0x552acab1d1] #2 /opt/samba/sbin/smbd(release_posix_lock+0x11a) [0x552ac64e11] #3 /opt/samba/sbin/smbd [0x552ac60f86] #4 /opt/samba/sbin/smbd(brl_unlock+0x46) [0x552ac61a32] #5 /opt/samba/sbin/smbd(do_unlock+0x164) [0x552ac5e0b1] #6 /opt/samba/sbin/smbd(reply_lockingX+0x57c) [0x552ab4431f] #7 /opt/samba/sbin/smbd [0x552ab72a91] #8 /opt/samba/sbin/smbd [0x552ab72b51] #9 /opt/samba/sbin/smbd [0x552ab72eb4] #10 /opt/samba/sbin/smbd(smbd_process+0x140) [0x552ab73caa] #11 /opt/samba/sbin/s...
2007 Oct 12
10
[PATCH 00/10] REVIEW: Xen patches for 2.6.24
This is my current set of updates to Xen for 2.6.24. This is largely a bugfix set, and a couple of them are also relevent to 2.6.23. These are in the pre-x86 merge form; I'll update them once the merge goes into git. Quick overview: - remove some dead code in arch/i386/mm/init.c - clean up some duplicate includes - when sending an IPI, yield the vcpu if the destination doesn't have
2007 Oct 12
10
[PATCH 00/10] REVIEW: Xen patches for 2.6.24
This is my current set of updates to Xen for 2.6.24. This is largely a bugfix set, and a couple of them are also relevent to 2.6.23. These are in the pre-x86 merge form; I'll update them once the merge goes into git. Quick overview: - remove some dead code in arch/i386/mm/init.c - clean up some duplicate includes - when sending an IPI, yield the vcpu if the destination doesn't have
2007 Oct 12
10
[PATCH 00/10] REVIEW: Xen patches for 2.6.24
This is my current set of updates to Xen for 2.6.24. This is largely a bugfix set, and a couple of them are also relevent to 2.6.23. These are in the pre-x86 merge form; I'll update them once the merge goes into git. Quick overview: - remove some dead code in arch/i386/mm/init.c - clean up some duplicate includes - when sending an IPI, yield the vcpu if the destination doesn't have
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
Hi Linus, Here's a set of patches to update paravirt_ops and Xen for 2.6.24 A quick overview of the patchset: paravirt_ops: Remove the monolithic paravirt_ops structure, and replace it with smaller structures of related functions. Also, clean up the handling of lazy mode to make it easier to implement. x86/mm/init.c: remove a chunk of dead code Xen: - remove duplicate includes -
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
Hi Linus, Here's a set of patches to update paravirt_ops and Xen for 2.6.24 A quick overview of the patchset: paravirt_ops: Remove the monolithic paravirt_ops structure, and replace it with smaller structures of related functions. Also, clean up the handling of lazy mode to make it easier to implement. x86/mm/init.c: remove a chunk of dead code Xen: - remove duplicate includes -
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
Hi Linus, Here's a set of patches to update paravirt_ops and Xen for 2.6.24 A quick overview of the patchset: paravirt_ops: Remove the monolithic paravirt_ops structure, and replace it with smaller structures of related functions. Also, clean up the handling of lazy mode to make it easier to implement. x86/mm/init.c: remove a chunk of dead code Xen: - remove duplicate includes -