ceph: ENOMEM pr_err in __get_or_create_frag() is redundant
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 20 Aug 2017 18:00:09 +0000 (20:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 6 Sep 2017 17:56:51 +0000 (19:56 +0200)
commit51308806ff09eadc41726380891a393042919dd2
treeed274437d4d0425c5d1e43fe50851029d63af4c0
parent397f238994a5dae1b10e8a6efe9a2e2a95052cee
ceph: ENOMEM pr_err in __get_or_create_frag() is redundant

Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/inode.c