diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2018-07-16 16:39:02 +0800 |
---|---|---|
committer | N Balachandran <nbalacha@redhat.com> | 2018-07-18 08:16:01 +0000 |
commit | c63979fdd8589483f242a8f450a130d269e907ed (patch) | |
tree | 0da2cbadecc795851795bb50ffcf46ebb01ef02d /xlators/cluster/dht/src/dht-common.h | |
parent | 6857d80a50823f5bd1be495edf6899d9bcba9f20 (diff) |
dht: remove useless argument from dht_iatt_merge
The last using of the subvol argument has been removed at 4e1ec35ef4f7
("core: fill 'ia_ino' from 'ia_gfid' in 'storage/posix' ......")
7 years ago (2011-06-16).
Change-Id: I9788d79e2e40cc153cf2960e28c7c1c1033dc8f7
fixes: bz#1601683
Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 02560ef94ab..2520671e35d 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -900,8 +900,7 @@ int dht_deitransform (xlator_t *this, uint64_t y, xlator_t **subvol); void dht_local_wipe (xlator_t *this, dht_local_t *local); dht_local_t *dht_local_init (call_frame_t *frame, loc_t *loc, fd_t *fd, glusterfs_fop_t fop); -int dht_iatt_merge (xlator_t *this, struct iatt *to, struct iatt *from, - xlator_t *subvol); +int dht_iatt_merge (xlator_t *this, struct iatt *to, struct iatt *from); xlator_t *dht_subvol_get_hashed (xlator_t *this, loc_t *loc); xlator_t *dht_subvol_get_cached (xlator_t *this, inode_t *inode); |