*** locks.c.orig Thu Apr 25 17:17:51 1996
--- locks.c Thu Apr 25 17:17:53 1996
***************
*** 274,280 ****
--- 274,282 ----
case F_SHLCK :
case F_EXLCK :
+ #if 0
printk(KERN_WARNING
"fcntl_setlk() called by process %d with broken flock() emulation\n",
current->pid);
+ #endif
if (!(filp->f_mode & 3))
return (-EBADF);
-----------------------------------------------------------
Brian A. Lantz http://www.lantz.com brian@lantz.com
REAL PORTION of Microsoft Windows code:
while (memory_available) {
eat_major_portion_of_memory (no_real_reason);
if (feel_like_it)
make_user_THINK (this_is_an_OS);
gates_bank_balance++;
}