Messages in this thread |  | | Date | Tue, 10 Sep 2002 23:33:49 +0200 | From | Remco Post <> | 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; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |