From a4e7cb15965f786c18c8c2f50f368d877e8ecfa4 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 2 Nov 2005 15:05:34 +1100 Subject: [PATCH] --- yaml --- r: 12207 b: refs/heads/master c: 9dac13e7ffddf40c7bf1bf8bf4f735af6c3d31ec h: refs/heads/master i: 12205: 11275525fe01be3cbfc6e1e5a26034be4c1a23e4 12203: 5d0a6a48b58de3ac3d14cd933f6a0ddab7cf6a94 12199: cf9f5a04fb0fa17a705d648eec571160728f06b3 12191: 8b516eea4340bdd11eccf651d2077c2a168f2dce v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_inode.h | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/[refs] b/[refs] index f1764aab5c4b..288d303e4189 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1149d96ae825a1e1e9d66774175372c003f29caf +refs/heads/master: 9dac13e7ffddf40c7bf1bf8bf4f735af6c3d31ec diff --git a/trunk/fs/xfs/xfs_inode.h b/trunk/fs/xfs/xfs_inode.h index d9e9cbaee28e..124d30e6143b 100644 --- a/trunk/fs/xfs/xfs_inode.h +++ b/trunk/fs/xfs/xfs_inode.h @@ -99,24 +99,6 @@ extern void xfs_ilock_trace(struct xfs_inode *, int, unsigned int, inst_t *); #define xfs_ilock_trace(i,n,f,ra) #endif -/* - * This structure is used to communicate which extents of a file - * were holes when a write started from xfs_write_file() to - * xfs_strat_read(). This is necessary so that we can know which - * blocks need to be zeroed when they are read in in xfs_strat_read() - * if they weren\'t allocated when the buffer given to xfs_strat_read() - * was mapped. - * - * We keep a list of these attached to the inode. The list is - * protected by the inode lock and the fact that the io lock is - * held exclusively by writers. - */ -typedef struct xfs_gap { - struct xfs_gap *xg_next; - xfs_fileoff_t xg_offset_fsb; - xfs_extlen_t xg_count_fsb; -} xfs_gap_t; - typedef struct dm_attrs_s { __uint32_t da_dmevmask; /* DMIG event mask */ __uint16_t da_dmstate; /* DMIG state info */