ceph: remove unnecessary NULL check
authorYan, Zheng <zyan@redhat.com>
Thu, 10 Mar 2016 03:29:34 +0000 (11:29 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 25 Mar 2016 17:51:54 +0000 (18:51 +0100)
commit4531126753aaf936e2674d28245400c6559ef0ee
tree26e5a6a92e794dc7a6617ab7ddb56e2e52f3a7cc
parenta3d714c33632ef6bfdfaacc74ae6ba297b4c5820
ceph: remove unnecessary NULL check

If page->mapping is NULL, releasepage() callback does not get called.
Remove the unnecessary NULL check to make static code analysis tool
happy

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/addr.c