summaryrefslogtreecommitdiff
path: root/fs/orangefs/orangefs-debugfs.c
AgeCommit message (Collapse)Author
2015-12-28Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire
This is an API consolidation only. The use of kmalloc + memset to 0 should be equivalent to kzalloc in this case. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall
Also changed references within source files that referred to header files whose names had changed. Signed-off-by: Mike Marshall <hubcap@omnibond.com>