diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2010-02-02 08:56:53 -0500 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-08-04 15:35:18 -0400 |
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 @@ | |||
36 | #include <linux/fs.h> | 36 | #include <linux/fs.h> |
37 | #include <linux/time.h> | 37 | #include <linux/time.h> |
38 | #include <linux/backing-dev.h> | 38 | #include <linux/backing-dev.h> |
39 | #include <linux/pnfs_osd_xdr.h> | ||
39 | #include "common.h" | 40 | #include "common.h" |
40 | 41 | ||
41 | /* FIXME: Remove once pnfs hits mainline | ||
42 | * #include <linux/exportfs/pnfs_osd_xdr.h> | ||
43 | */ | ||
44 | #include "pnfs.h" | ||
45 | |||
46 | #define EXOFS_ERR(fmt, a...) printk(KERN_ERR "exofs: " fmt, ##a) | 42 | #define EXOFS_ERR(fmt, a...) printk(KERN_ERR "exofs: " fmt, ##a) |
47 | 43 | ||
48 | #ifdef CONFIG_EXOFS_DEBUG | 44 | #ifdef CONFIG_EXOFS_DEBUG |