Commit 0048edcd authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] ppc64 typo fix (kudos to Anton)

*duh*
parent b7fd544f
......@@ -750,6 +750,7 @@ int cp_compat_stat(struct kstat *stat, struct compat_stat *statbuf)
if (stat->size > MAX_NON_LFS || !new_valid_dev(stat->dev) ||
!new_valid_dev(stat->rdev))
return -EOVERFLOW;
err = put_user(new_encode_dev(stat->dev), &statbuf->st_dev);
err |= put_user(stat->ino, &statbuf->st_ino);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment