Re: [systemd-devel] [Patch] Fix systemd-readahead-collect on mips platform

2011-03-16 Thread Lennart Poettering
On Thu, 17.03.11 00:45, fykc...@gmail.com (fykc...@gmail.com) wrote: Heya, > >> Attachment is the patch fixing broken systemd-readahead-collect on > >> mips. The patch is actually fixing the fanotify syscall on mips: > >> 1. Adjust to correct syscall number. > >> 2. Using directly fanotify syscal

Re: [systemd-devel] [Patch] Fix systemd-readahead-collect on mips platform

2011-03-16 Thread fykc...@gmail.com
2011/3/16 Lennart Poettering : > On Wed, 16.03.11 11:46, fykc...@gmail.com (fykc...@gmail.com) wrote: > >> Hi all, >> >> Attachment is the patch fixing broken systemd-readahead-collect on >> mips. The patch is actually fixing the fanotify syscall on mips: >> 1. Adjust to correct syscall number. >>

Re: [systemd-devel] [Patch] Fix systemd-readahead-collect on mips platform

2011-03-16 Thread Lennart Poettering
On Wed, 16.03.11 11:46, fykc...@gmail.com (fykc...@gmail.com) wrote: > Hi all, > > Attachment is the patch fixing broken systemd-readahead-collect on > mips. The patch is actually fixing the fanotify syscall on mips: > 1. Adjust to correct syscall number. > 2. Using directly fanotify syscall inst

[systemd-devel] [Patch] Fix systemd-readahead-collect on mips platform

2011-03-16 Thread fykc...@gmail.com
Hi all, Attachment is the patch fixing broken systemd-readahead-collect on mips. The patch is actually fixing the fanotify syscall on mips: 1. Adjust to correct syscall number. 2. Using directly fanotify syscall instead of "syscall(__NR_FANOTIFY_MARK)", which is broken on the test platform. Test