X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Focfs2%2Fvote.c;h=cf70fe2075b8f58e1a4109e7872da1cc7c246c21;hb=f4246b33c774bb4330eb6286beed6d3c9f4373c4;hp=ee42765a8553e9c5ed51e47805f9bd1440679399;hpb=e44e20ff1273cf96c7f195297208f654c49295cf;p=powerpc.git diff --git a/fs/ocfs2/vote.c b/fs/ocfs2/vote.c index ee42765a85..cf70fe2075 100644 --- a/fs/ocfs2/vote.c +++ b/fs/ocfs2/vote.c @@ -988,9 +988,7 @@ int ocfs2_request_mount_vote(struct ocfs2_super *osb) } bail: - if (request) - kfree(request); - + kfree(request); return status; } @@ -1021,9 +1019,7 @@ int ocfs2_request_umount_vote(struct ocfs2_super *osb) } bail: - if (request) - kfree(request); - + kfree(request); return status; }