mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* targets of function pointer invocations
@ 2008-08-30  7:12 Firstname Lastname
  2008-09-03  0:42 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Firstname Lastname @ 2008-08-30  7:12 UTC (permalink / raw)
  To: linux-kernel

Hi all,

The lines 522-523 in function do_acct_process in file kernel/acct.c in version 2.6.26.3 are:

 file->f_op->write(file, (char *)&ac,sizeof(acct_t), &file->f_pos);

What are the full set of targets of this function pointer invocation and how can one be sure, by examining the code, that this is in fact the complete set?

Thanks.

SKB



      


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

end of thread, other threads:[~2008-09-03  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30  7:12 targets of function pointer invocations Firstname Lastname
2008-09-03  0:42 ` Randy Dunlap
2008-09-03  0:53   ` Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome