2002-09-10 21:29:16

by Remco Post

[permalink] [raw]
Subject: [TRIVIAL PATCH] typo in svclock.c (linuxppc-2.5 tree)

Hi,

did a rr in vi and then some diff -c:

*** linuxppc-2.5/fs/lockd/svclock.c.org Tue Sep 10 23:13:29 2002
--- linuxppc-2.5/fs/lockd/svclock.c Tue Sep 10 23:16:37 2002
***************
*** 467,473 ****
* the block to the head of nlm_blocked where it can be picked up by lockd.
*/
static void
! nlmsvc_notify_blocked(stsuct file_lock *fl)
{
struct nlm_block **bp, *block;

--- 467,473 ----
* the block to the head of nlm_blocked where it can be picked up by lockd.
*/
static void
! nlmsvc_notify_blocked(struct file_lock *fl)
{
struct nlm_block **bp, *block;