The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* lustre: question about lov_request.c
@ 2015-06-07 20:11 Julia Lawall
  2015-06-07 20:58 ` Drokin, Oleg
  0 siblings, 1 reply; 7+ messages in thread
From: Julia Lawall @ 2015-06-07 20:11 UTC (permalink / raw)
  To: Oleg Drokin, Andreas Dilger, Greg Kroah-Hartman, HPDD-discuss,
	devel, linux-kernel

Hello,

The function lov_finish_set in 
drivers/staging/lustre/lustre/lov/lov_request.c contains the code:

       if (set->set_pga) {
                int len = set->set_oabufs * sizeof(*set->set_pga);
                OBD_FREE_LARGE(set->set_pga, len);
        }

If I change the call to OBD_FREE_LARGE to kvfree, then len is not useful 
any more.  But actually, at least with grep, I can't find anywhere that 
either the set_pga field or the set_oabufs field is set.  Am I missing 
something, or can the whole if be removed?  Can these two fields go too?

thanks,
julia

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

end of thread, other threads:[~2015-06-23  8:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 20:11 lustre: question about lov_request.c Julia Lawall
2015-06-07 20:58 ` Drokin, Oleg
2015-06-07 21:06   ` Julia Lawall
2015-06-08  7:24   ` Julia Lawall
2015-06-08  7:58     ` Drokin, Oleg
2015-06-23  6:23       ` lustre: LIBCFS_ALLOC Julia Lawall
2015-06-23  8:30         ` Drokin, Oleg

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