Skip to content

Commit

Permalink
Merge 54d5806 into fe86093
Browse files Browse the repository at this point in the history
  • Loading branch information
fstanis committed May 5, 2020
2 parents fe86093 + 54d5806 commit f182dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/fs_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func fsRemoveEncryptionKey(descriptor string, mount *filesystem.Mount,
return err
}

ioc := unix.FS_IOC_REMOVE_ENCRYPTION_KEY
ioc := uintptr(unix.FS_IOC_REMOVE_ENCRYPTION_KEY)
iocName := "FS_IOC_REMOVE_ENCRYPTION_KEY"
var savedPrivs *savedPrivs
if user == nil {
Expand Down

0 comments on commit f182dfd

Please sign in to comment.