From f23007784570278ca5963c35d5b3847d710ed695 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig <hch@infradead.org> Date: Fri, 15 Nov 2013 09:38:48 -0800 Subject: xfs: remove unused FI_ flags Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@redhat.com.> Signed-off-by: Ben Myers <bpm@sgi.com> --- fs/xfs/xfs_vnode.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'fs/xfs') diff --git a/fs/xfs/xfs_vnode.h b/fs/xfs/xfs_vnode.h index 3e8e797c6d11..e8a77383c0d5 100644 --- a/fs/xfs/xfs_vnode.h +++ b/fs/xfs/xfs_vnode.h @@ -34,15 +34,6 @@ struct attrlist_cursor_kern; { IO_ISDIRECT, "DIRECT" }, \ { IO_INVIS, "INVIS"} -/* - * Flush/Invalidate options for vop_toss/flush/flushinval_pages. - */ -#define FI_NONE 0 /* none */ -#define FI_REMAPF 1 /* Do a remapf prior to the operation */ -#define FI_REMAPF_LOCKED 2 /* Do a remapf prior to the operation. - Prevent VM access to the pages until - the operation completes. */ - /* * Some useful predicates. */ -- cgit v1.2.3