* Difference between seq_release and single_release ? @ 2014-04-24 16:40 Abhijeet Kasurde 2014-04-24 17:14 ` Pranay Srivastava 0 siblings, 1 reply; 2+ messages in thread From: Abhijeet Kasurde @ 2014-04-24 16:40 UTC (permalink / raw) To: kernelnewbies Hi All, What is difference between seq_release and single_release API ? Can someone explain particular use case of these APIs ? Thanks, Abhijeet Kasurde ^ permalink raw reply [flat|nested] 2+ messages in thread
* Difference between seq_release and single_release ? 2014-04-24 16:40 Difference between seq_release and single_release ? Abhijeet Kasurde @ 2014-04-24 17:14 ` Pranay Srivastava 0 siblings, 0 replies; 2+ messages in thread From: Pranay Srivastava @ 2014-04-24 17:14 UTC (permalink / raw) To: kernelnewbies On Apr 24, 2014 10:12 PM, "Abhijeet Kasurde" <abhijeetkasurde21@gmail.com> wrote: > > Hi All, > > What is difference between seq_release and single_release API ? Can > someone explain particular use case of these APIs ? > >From the code seq_file.c ,it seems seq_release compliments seq_open While single_release for single_open. There is a seq_operations structure which gets freed in single_release in addition to seq_release. > Thanks, > Abhijeet Kasurde > > _______________________________________________ > 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/20140424/b785c9ef/attachment.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-24 17:14 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-04-24 16:40 Difference between seq_release and single_release ? Abhijeet Kasurde 2014-04-24 17:14 ` Pranay Srivastava
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).