aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_discard.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_discard.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_discard.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/linux-2.6/xfs_discard.h b/fs/xfs/linux-2.6/xfs_discard.h
deleted file mode 100644
index e82b6dd3e12..00000000000
--- a/fs/xfs/linux-2.6/xfs_discard.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef XFS_DISCARD_H
-#define XFS_DISCARD_H 1
-
-struct fstrim_range;
-
-extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
-
-#endif /* XFS_DISCARD_H */