> >> + >> + return p; >> +} >> +EXPORT_SYMBOL(fsi_calloc); > > Why are we exporting this? > FSI has a wrapper for dynamic memory allocation in order to keep some local stats on memory consumption. Has been useful in the past to have this information available. Probably not something should keep?