[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <269784.46170.qm@web59506.mail.ac4.yahoo.com>
Date: Sat, 30 Aug 2008 00:12:12 -0700 (PDT)
From: Firstname Lastname <skb632@...oo.com>
To: linux-kernel@...R.KERNEL.ORG
Subject: targets of function pointer invocations
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists