On Apr 24, 2014 10:12 PM, "Abhijeet Kasurde" <[email protected]> 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 > [email protected] > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
