diff options
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 c965806..e103dbd 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 |