diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-08-02 21:19:29 -0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-08-02 21:19:29 -0400 |
commit | 2c3234d1ef53030ff6a79d55ba1fb291098467c2 (patch) | |
tree | 0dbe29068654320f6c820c766c2d1e67f027ea83 /fs/xfs/libxfs/xfs_ialloc.h | |
parent | 310a75a3c6c747857ad53dd25f2ede3de13612c9 (diff) |
xfs: rename flist/free_list to dfops
Mechanical change of flist/free_list to dfops, since they're now
deferred ops, not just a freeing list.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_ialloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc.h b/fs/xfs/libxfs/xfs_ialloc.h index 2e06b675d8bb..0bb89669fc07 100644 --- a/fs/xfs/libxfs/xfs_ialloc.h +++ b/fs/xfs/libxfs/xfs_ialloc.h | |||
@@ -95,7 +95,7 @@ int /* error */ | |||
95 | xfs_difree( | 95 | xfs_difree( |
96 | struct xfs_trans *tp, /* transaction pointer */ | 96 | struct xfs_trans *tp, /* transaction pointer */ |
97 | xfs_ino_t inode, /* inode to be freed */ | 97 | xfs_ino_t inode, /* inode to be freed */ |
98 | struct xfs_defer_ops *flist, /* extents to free */ | 98 | struct xfs_defer_ops *dfops, /* extents to free */ |
99 | struct xfs_icluster *ifree); /* cluster info if deleted */ | 99 | struct xfs_icluster *ifree); /* cluster info if deleted */ |
100 | 100 | ||
101 | /* | 101 | /* |