Description:
NFS advisory locking is performed by lockd on the
exporting node. It currently does its own local locking
without regard to the filesystem. Linux provides a lock
file operation that is used by non-NFS lock routines to
allow the exporting filesystem to handle such locks. In
the case of distributed filesystems like GPFS, this is
essential because locking on other nodes must be taken
into consideration when responding to lock requests.
This patch adds the lock calls that are necessary for
correct operation over NFS.
Status:
Submitted to project
2.4.9 RHEL 2.1
Logged In: YES
user_id=1229560
No longer required with SLES after SLES8 SP3 and SLES9.
Patch is needed with RHEL3 and RHEL4 (if using NFS locking
when exporting GPFS via NFS).
RHEL 3.0
Logged In: YES
user_id=1229560
The standard procedure that we employ for applying a kernel
patch is:
1. "cd" to the root of the kernel source directory
(eg, cd /usr/src/linux) and copy the patch to this
directory.
2. Apply the patch via the command
patch -p1 < patch-name.patch
3. Then build and install the patched kernel according
to the instructions provided by the Linux distribution.
SLES9 SP3
Logged In: YES
user_id=1684779
Originator: NO
File Added: lockd-sp3.patch
Logged In: YES
user_id=1684779
Originator: NO
File Added: RHEL4-lockd.patch
RHEL5 kernel 2.6.18
Logged In: YES
user_id=1684779
Originator: NO
File Added: RHEL5-lockd.patch
Logged In: YES
user_id=1684779
Originator: NO
File Added: SLES10-lockd.patch
SLES10 kernel patch
Logged In: YES
user_id=1684779
Originator: NO
File Added: SLES10.lockd.patch
RHEL4 kernel patch
Logged In: YES
user_id=1684779
Originator: NO
File Added: RHEL4.lockd.patch