diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-03-24 16:32:16 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-03-24 16:32:16 +0000 |
| commit | f6f36c00d6eec767d313ad396a83db1cb338328a (patch) | |
| tree | 8d03b94f4dbc43f174687289ef0c45d1a5f35b7b /usr/src/uts/common/fs/tmpfs/tmp_vnops.c | |
| parent | 4bbe81f0977c3edf0a0b743f9041ea25c7119ca1 (diff) | |
| download | illumos-joyent-f6f36c00d6eec767d313ad396a83db1cb338328a.tar.gz | |
4242 file rename event fires before the rename happens [fix mismerge]
Diffstat (limited to 'usr/src/uts/common/fs/tmpfs/tmp_vnops.c')
| -rw-r--r-- | usr/src/uts/common/fs/tmpfs/tmp_vnops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/fs/tmpfs/tmp_vnops.c b/usr/src/uts/common/fs/tmpfs/tmp_vnops.c index 254940a6a3..ad5600eeb7 100644 --- a/usr/src/uts/common/fs/tmpfs/tmp_vnops.c +++ b/usr/src/uts/common/fs/tmpfs/tmp_vnops.c @@ -1325,8 +1325,6 @@ tmp_rename( done: tmpnode_rele(fromtp); - if (totp != NULL) - tmpnode_rele(totp); mutex_exit(&tm->tm_renamelck); TRACE_5(TR_FAC_TMPFS, TR_TMPFS_RENAME, |
