Skip to content

Commit

Permalink
exofs: Remove pnfs-osd private definitions
Browse files Browse the repository at this point in the history
Now that pnfs-osd has hit mainline we can remove exofs's
private header. (And the FIXME comment)

Signed-off-by: Boaz Harrosh <[email protected]>
  • Loading branch information
Boaz Harrosh committed Aug 4, 2011
1 parent 655b161 commit 26ae93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
6 changes: 1 addition & 5 deletions fs/exofs/exofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
45 changes: 0 additions & 45 deletions fs/exofs/pnfs.h

This file was deleted.

0 comments on commit 26ae93c

Please sign in to comment.