diff options
author | Tim Prouty <tprouty@samba.org> | 2009-01-09 13:07:58 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-02-09 23:47:44 -0800 |
commit | 9c1310fa6ae1a67dc0fea3bf549d805ff167e78f (patch) | |
tree | 7f76f09d7839a7e8ef3caf12280a471bce3032f7 /source3/smbd/oplock_irix.c | |
parent | 122dbbf00acc1768f98e5b57e94aab2b61671f40 (diff) | |
download | samba-9c1310fa6ae1a67dc0fea3bf549d805ff167e78f.tar.gz |
s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Level 2 for kernel oplocks
Pass in an extra argument when releasing an oplock so kernel oplock
implementations can support downgrading from Level 1 to Level 2.
Diffstat (limited to 'source3/smbd/oplock_irix.c')
-rw-r--r-- | source3/smbd/oplock_irix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock_irix.c b/source3/smbd/oplock_irix.c index d7f45e67de4..23b2fa90813 100644 --- a/source3/smbd/oplock_irix.c +++ b/source3/smbd/oplock_irix.c @@ -222,7 +222,7 @@ static bool irix_set_kernel_oplock(struct kernel_oplocks *_ctx, ****************************************************************************/ static void irix_release_kernel_oplock(struct kernel_oplocks *_ctx, - files_struct *fsp) + files_struct *fsp, int oplock_type) { if (DEBUGLVL(10)) { /* |