diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
-rw-r--r-- | fs/xfs/xfs_vnodeops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 52fafc416a0c..d48141d6bc3b 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h | |||
@@ -48,8 +48,6 @@ int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name, | |||
48 | int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); | 48 | int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); |
49 | int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, | 49 | int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, |
50 | int flags, struct attrlist_cursor_kern *cursor); | 50 | int flags, struct attrlist_cursor_kern *cursor); |
51 | void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, | ||
52 | xfs_off_t last, int fiopt); | ||
53 | int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, | 51 | int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, |
54 | xfs_off_t last, int fiopt); | 52 | xfs_off_t last, int fiopt); |
55 | int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first, | 53 | int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first, |