On Friday 16 September 2005 08:48 pm, James Boddington wrote:

it worked!! thank you! i had to add the additional line by hand as the patch 
failed, but it compiled fine and now it appears to work perfectly. see this 
test and tell me if i am wrong:



davin vservers # mkdir a
davin vservers # echo hello>a/test
davin vservers # ln a/test test
davin vservers # cat test
hello
davin vservers # setattr --iunlink test
davin vservers # cat test
hello
davin vservers # echo bye>>test
davin vservers # cat test
hello
bye
davin vservers # cat a/test
hello
davin vservers #




> Until the next release this is a patch I am using against 
> fs/reiserfs/file.c. I am currently using 2.1.0-pre11
> 
> --- file.c-orig Sat Sep 17 09:58:57 2005
> +++ file.c      Sat Sep 17 10:41:54 2005
> @@ -1554,6 +1554,7 @@
>          .release = reiserfs_file_release,
>          .fsync = reiserfs_sync_file,
>          .sendfile = generic_file_sendfile,
> +       .sendpage = generic_file_sendpage,
>          .aio_read = generic_file_aio_read,
>          .aio_write = reiserfs_aio_write,
>   };
> 

-- 

Chuck

"...and the hordes of M$*ft users descended upon me in their anger,
and asked 'Why do you not get the viruses or the BlueScreensOfDeath
or insecure system troubles and slowness or pay through the nose 
for an OS as *we* do?!!', and I answered...'I use Linux'. "
The Book of John, chapter 1, page 1, and end of book


_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to