All of lore.kernel.org
 help / color / mirror / Atom feed
* Address_space_operations write_begin vs prepare_write ?
@ 2015-01-19 15:28 Kunal Baweja
  2015-01-19 15:54 ` Saket Sinha
  0 siblings, 1 reply; 3+ messages in thread
From: Kunal Baweja @ 2015-01-19 15:28 UTC (permalink / raw)
  To: kernelnewbies

Hi, I am new to kernel coding and right now trying to implement address
space operations on top of WrapFS. I noticed that the
address_space_operations declaration has a field write_begin where I was
expecting prepare_write. Is it just a change of name with newer versions of
kernel or is there some significant change that has been made to it ?

Thanks
*Kunal Baweja*

Undergraduate B.E. (Hons.) Computer Science
Birla Institute Of Technology & Science, Pilani
K.K. Birla Goa Campus
+91 9049655665
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150119/3c51e8d1/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Address_space_operations write_begin vs prepare_write ?
  2015-01-19 15:28 Address_space_operations write_begin vs prepare_write ? Kunal Baweja
@ 2015-01-19 15:54 ` Saket Sinha
  2015-01-19 16:11   ` Kunal Baweja
  0 siblings, 1 reply; 3+ messages in thread
From: Saket Sinha @ 2015-01-19 15:54 UTC (permalink / raw)
  To: kernelnewbies

Hi Kunal,

Have a look at this which explains your question --
http://lwn.net/Articles/254856/

The kernel apis change might change from each version.

To keep a tap on them for your driver or the driver you are following, keep
looking at the changelogs that comes with each new kernel release version -
https://www.kernel.org/pub/linux/kernel/v3.0/


Regards,
Saket Sinha





On Mon, Jan 19, 2015 at 8:58 PM, Kunal Baweja <bawejakunal15@gmail.com>
wrote:

> Hi, I am new to kernel coding and right now trying to implement address
> space operations on top of WrapFS. I noticed that the
> address_space_operations declaration has a field write_begin where I was
> expecting prepare_write. Is it just a change of name with newer versions of
> kernel or is there some significant change that has been made to it ?
>
> Thanks
> *Kunal Baweja*
>
> Undergraduate B.E. (Hons.) Computer Science
> Birla Institute Of Technology & Science, Pilani
> K.K. Birla Goa Campus
> +91 9049655665
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150119/2e7ea45d/attachment-0001.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Address_space_operations write_begin vs prepare_write ?
  2015-01-19 15:54 ` Saket Sinha
@ 2015-01-19 16:11   ` Kunal Baweja
  0 siblings, 0 replies; 3+ messages in thread
From: Kunal Baweja @ 2015-01-19 16:11 UTC (permalink / raw)
  To: kernelnewbies

Thanks a lot :)

*Kunal Baweja*

Undergraduate B.E. (Hons.) Computer Science
Birla Institute Of Technology & Science, Pilani
K.K. Birla Goa Campus
+91 9049655665

On Mon, Jan 19, 2015 at 9:24 PM, Saket Sinha <saket.sinha89@gmail.com>
wrote:

> Hi Kunal,
>
> Have a look at this which explains your question --
> http://lwn.net/Articles/254856/
>
> The kernel apis change might change from each version.
>
> To keep a tap on them for your driver or the driver you are following,
> keep looking at the changelogs that comes with each new kernel release
> version -
> https://www.kernel.org/pub/linux/kernel/v3.0/
>
>
> Regards,
> Saket Sinha
>
>
>
>
>
> On Mon, Jan 19, 2015 at 8:58 PM, Kunal Baweja <bawejakunal15@gmail.com>
> wrote:
>
>> Hi, I am new to kernel coding and right now trying to implement address
>> space operations on top of WrapFS. I noticed that the
>> address_space_operations declaration has a field write_begin where I was
>> expecting prepare_write. Is it just a change of name with newer versions of
>> kernel or is there some significant change that has been made to it ?
>>
>> Thanks
>> *Kunal Baweja*
>>
>> Undergraduate B.E. (Hons.) Computer Science
>> Birla Institute Of Technology & Science, Pilani
>> K.K. Birla Goa Campus
>> +91 9049655665
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150119/c79adc95/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-19 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 15:28 Address_space_operations write_begin vs prepare_write ? Kunal Baweja
2015-01-19 15:54 ` Saket Sinha
2015-01-19 16:11   ` Kunal Baweja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.