diff options
-rw-r--r-- | fs/fhandle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fhandle.c b/fs/fhandle.c index 0ace128f5d23..0ee727485615 100644 --- a/fs/fhandle.c +++ b/fs/fhandle.c | |||
@@ -69,8 +69,7 @@ static long do_sys_name_to_handle(struct path *path, | |||
69 | } else | 69 | } else |
70 | retval = 0; | 70 | retval = 0; |
71 | /* copy the mount id */ | 71 | /* copy the mount id */ |
72 | if (copy_to_user(mnt_id, &real_mount(path->mnt)->mnt_id, | 72 | if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || |
73 | sizeof(*mnt_id)) || | ||
74 | copy_to_user(ufh, handle, | 73 | copy_to_user(ufh, handle, |
75 | sizeof(struct file_handle) + handle_bytes)) | 74 | sizeof(struct file_handle) + handle_bytes)) |
76 | retval = -EFAULT; | 75 | retval = -EFAULT; |