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

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