ceph: avoid panic with mismatched symlink sizes in fill_inode()
authorXi Wang <xi.wang@gmail.com>
Fri, 3 Feb 2012 14:55:36 +0000 (09:55 -0500)
committerAlex Elder <elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:45 +0000 (10:47 -0500)
Return -EINVAL rather than panic if iinfo->symlink_len and inode->i_size
do not match.

Also use kstrndup rather than kmalloc/memcpy.

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Reviewed-by: Alex Elder <elder@dreamhost.com>

No differences found