patch-2.2.0-pre1 linux/fs/locks.c
Next file: linux/fs/namei.c
Previous file: linux/fs/lockd/svc.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Dec 23 12:11:45 1998
- Orig file:
v2.1.132/linux/fs/locks.c
- Orig date:
Thu Nov 19 09:56:28 1998
diff -u --recursive --new-file v2.1.132/linux/fs/locks.c linux/fs/locks.c
@@ -154,10 +154,10 @@
static inline void locks_free_lock(struct file_lock *fl)
{
if (waitqueue_active(&fl->fl_wait))
- panic("Aarggh: attempting to free lock with active wait queue - shoot Andy");
+ panic("Attempting to free lock with active wait queue");
if (fl->fl_nextblock != NULL || fl->fl_prevblock != NULL)
- panic("Aarggh: attempting to free lock with active block list - shoot Andy");
+ panic("Attempting to free lock with active block list");
kfree(fl);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov