diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/xfs_ialloc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h index 65ac57c8063c..1fd6ea4e9c91 100644 --- a/fs/xfs/xfs_ialloc.h +++ b/fs/xfs/xfs_ialloc.h | |||
@@ -75,8 +75,6 @@ xfs_dialloc( | |||
75 | umode_t mode, /* mode bits for new inode */ | 75 | umode_t mode, /* mode bits for new inode */ |
76 | int okalloc, /* ok to allocate more space */ | 76 | int okalloc, /* ok to allocate more space */ |
77 | struct xfs_buf **agbp, /* buf for a.g. inode header */ | 77 | struct xfs_buf **agbp, /* buf for a.g. inode header */ |
78 | boolean_t *alloc_done, /* an allocation was done to replenish | ||
79 | the free inodes */ | ||
80 | xfs_ino_t *inop); /* inode number allocated */ | 78 | xfs_ino_t *inop); /* inode number allocated */ |
81 | 79 | ||
82 | /* | 80 | /* |