[PATCH] more penguins

2001-07-03 Thread Christopher Yeoh
Hi, Here's a patch against 2.4.5 so we can display a decent number of penguins at boot time (wraps the display of the boot penguins when they can't all fit on one line). Chris. -- [EMAIL PROTECTED] IBM OzLabs Linux Development Group Canberra, Australia diff -urN linux-2.4.5/drivers/video/fbcon

[PATCH] Attempt to hard link across filesystems results in un-unmountable filesystem

2000-11-20 Thread Christopher Yeoh
Hi Linus, In 2.4-test11 attempting to hard link a file across filesystems (the link does fail correctly) results in one of the filesystems (the one the hard link was to be created on) to be in a state such that it can't be unmounted. The attached patch fixes this problem. Chris. --- fs/namei.c

[PATCH] 0 byte writes should not seek even with O_APPEND

2000-11-19 Thread Christopher Yeoh
Hi Linus, Currently when a zero byte write is done on a regular file opened with O_APPEND the file offset is set to the end of the file. For POSIX compliant behaviour this shouldn't happen. The attached patch fixes this. Chris. --- mm/filemap.c.orig Mon Nov 20 14:05:38 2000 +++ mm/filemap.c