Re: [Yaffs] support for linux 3.10 kernel?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: Re: [Yaffs] support for linux 3.10 kernel?
On Sunday 14 July 2013 21:42:04 Nik Medved wrote:
> Hello.
>
> create_proc_entry function and write_proc/read_proc members of
> proc_dir_entry structure were deprecated with kernel 3.10 release
> (yaffs_vfs_*.c).
> Is there any chance for proc_create + file_operations transition patch in
> near future?
> Thanks.


I have looked at this and there is some messiness to work with the new way of
doing procfs in the kernel.

In the mean time you can just comment out the procfs stuff and run yaffs
without having the procfs info.

-- Charles