Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize ioctl #126

Merged
merged 7 commits into from
Jun 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove debug log
  • Loading branch information
prabirpaul committed Jun 15, 2020
commit 94d85b027e10ac69217b66d637339862e7304def
2 changes: 0 additions & 2 deletions pxd.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ static long pxd_ioctl_resize(struct file *file, void __user *argp)
return -EFAULT;
}

printk(KERN_ALERT "%s: id: %llu size: %lu ctx_id: %d\n", __func__,
update_args.dev_id, update_args.size, update_args.context_id);
ret = pxd_ioc_update_size(&ctx->fc, &update_args);
return ret;
}
Expand Down