diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2010-02-02 15:56:53 +0200 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-08-04 12:35:18 -0700 |
commit | 26ae93c2dc7152463d319c28768f242a11a54620 (patch) | |
tree | dd57560a10deeb9156227a54cd45194c5120e01e /fs/exofs/exofs.h | |
parent | 655b16128482fd12808f77a6799eea5419c93709 (diff) |
exofs: Remove pnfs-osd private definitions
Now that pnfs-osd has hit mainline we can remove exofs's
private header. (And the FIXME comment)
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/exofs.h')
-rw-r--r-- | fs/exofs/exofs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/exofs/exofs.h b/fs/exofs/exofs.h index c965806c2821..e103dbd86fe1 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h @@ -36,13 +36,9 @@ #include <linux/fs.h> #include <linux/time.h> #include <linux/backing-dev.h> +#include <linux/pnfs_osd_xdr.h> #include "common.h" -/* FIXME: Remove once pnfs hits mainline - * #include <linux/exportfs/pnfs_osd_xdr.h> - */ -#include "pnfs.h" - #define EXOFS_ERR(fmt, a...) printk(KERN_ERR "exofs: " fmt, ##a) #ifdef CONFIG_EXOFS_DEBUG |