summaryrefslogtreecommitdiff
path: root/fs/exofs/common.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh1-6/+0
By popular demand, define usefull wrappers for osd_req_read/write that recieve kernel pointers. All users had their own. Also remove these from exofs Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-03-31exofs: Kbuild, Headers and osd utilsBoaz Harrosh1-0/+184
This patch includes osd infrastructure that will be used later by the file system. Also the declarations of constants, on disk structures, and prototypes. And the Kbuild+Kconfig files needed to build the exofs module. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>