X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Focfs2%2Fvote.c;fp=fs%2Focfs2%2Fvote.c;h=cf70fe2075b8f58e1a4109e7872da1cc7c246c21;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=ee42765a8553e9c5ed51e47805f9bd1440679399;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/fs/ocfs2/vote.c b/fs/ocfs2/vote.c index ee42765a8..cf70fe207 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; }