Whamcloud - gitweb
LU-4975 ofd: documenting the ofd_fs.c 17/10417/5
authorMikhail Pershin <mike.pershin@intel.com>
Wed, 21 May 2014 20:02:29 +0000 (00:02 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 16 Jun 2014 02:46:26 +0000 (02:46 +0000)
commit94a6bc2a947359a9b03b039a2fb4bb49842666e5
treefcd20112cb7e9b57427b2067e831a1c89ea48b55
parent71f7a897f96307e22b57c6527881ef90d10ef2c5
LU-4975 ofd: documenting the ofd_fs.c

Fix up GPL header block to reference proper GPLv2 license URL.
Remove mention of contacting Sun, since they don't exist anymore.
Add introductory comment block for the ofd_fs.c file and add
function comment blocks to all functions in it.
Couple tiny helpers are moved inside caller code because they are
called just from one place and contains few lines of code.
This patch changes cfs_list_t->struct list_head also in several
places.

Signed-off-by: Mikhail Pershin <mike.pershin@intel.com>
Change-Id: Ifa231f941c80c98bb9a0c20bdd56e1ae379f496a
Reviewed-on: http://review.whamcloud.com/10417
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/ofd/ofd_fs.c