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
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.
>>
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
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