diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_discard.h')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_discard.h | 10 | 
1 files changed, 0 insertions, 10 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 344879aea646..000000000000 --- a/fs/xfs/linux-2.6/xfs_discard.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef XFS_DISCARD_H -#define XFS_DISCARD_H 1 - -struct fstrim_range; -struct list_head; - -extern int	xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *); -extern int	xfs_discard_extents(struct xfs_mount *, struct list_head *); - -#endif /* XFS_DISCARD_H */ |