diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/xfs/xfs_discard.h')
-rw-r--r-- | ANDROID_3.4.5/fs/xfs/xfs_discard.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/fs/xfs/xfs_discard.h b/ANDROID_3.4.5/fs/xfs/xfs_discard.h deleted file mode 100644 index 344879ae..00000000 --- a/ANDROID_3.4.5/fs/xfs/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 */ |