2 * Copyright (C) 2008, 2009
3 * Boaz Harrosh <bharrosh@panasas.com>
5 * This file is part of exofs.
7 * exofs is free software; you can redistribute it and/or modify it under the
8 * terms of the GNU General Public License version 2 as published by the Free
13 /* FIXME: Remove this file once pnfs hits mainline */
15 #ifndef __EXOFS_PNFS_H__
16 #define __EXOFS_PNFS_H__
18 #if ! defined(__PNFS_OSD_XDR_H__)
26 /* Layout Structure */
27 enum pnfs_osd_raid_algorithm4
{
31 PNFS_OSD_RAID_PQ
= 4 /* Reed-Solomon P+Q */
34 struct pnfs_osd_data_map
{
40 u32 odm_raid_algorithm
;
43 #endif /* ! defined(__PNFS_OSD_XDR_H__) */
45 #endif /* __EXOFS_PNFS_H__ */